BoolIndicatorConverter.Convert Method (Object)
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.ObjectAn 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