Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts a WPF indicator object into a Boolean value.
Namespace:   Microsoft.WindowsServerSolutions.Controls.WPF
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
public bool Convert(
    object indicator
)
public:
virtual bool Convert(
    Object^ indicator
) sealed
Public Function Convert (
    indicator As Object
) As Boolean
Parameters
- indicator 
 Type: System.Object- An object passed by WPF that represents a Boolean indicator. 
Return Value
Type: System.Boolean
Implements
IIndicatorConverter.Convert(Object)
See Also
BoolIndicatorConverter Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace
Return to top