ConvertBack Method (BooleanToInverseVisibilityConverter)
- Last UpdatedAug 21, 2026
- 1 minute read
Converts a System.Windows.Visibility enumeration value to a Inversed Boolean value.
'Declaration
Public Function ConvertBack( _
ByVal value As Object, _
ByVal targetType As Type, _
ByVal parameter As Object, _
ByVal culture As CultureInfo _
) As Object
public object ConvertBack(
object value,
Type targetType,
object parameter,
CultureInfo culture
)
public:
Object^ ConvertBack(
Object^ value,
Type^ targetType,
Object^ parameter,
CultureInfo^ culture
)
Parameters
- value
- A System.Windows.Visibility enumeration value.
- targetType
- This parameter is not used in the Conversion.
- parameter
- This parameter is not used.
- culture
- This parameter is ignored.
Return Value
false if value is System.Windows.Visibility.Visible; otherwise, true.