BoolIndicatorConverter Class
Contains the default Boolean-to-Boolean conversion method.
Namespace: Microsoft.WindowsServerSolutions.Controls.WPF
Assembly: AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Controls.WPF.BoolIndicatorConverter
Syntax
public class BoolIndicatorConverter : IIndicatorConverter
public ref class BoolIndicatorConverter : IIndicatorConverter
Public Class BoolIndicatorConverter
Implements IIndicatorConverter
Constructors
Name | Description | |
---|---|---|
BoolIndicatorConverter() | Initializes a new instance of the BoolIndicatorConverter class. |
Methods
Name | Description | |
---|---|---|
Convert(Object) | Converts a WPF indicator object into a Boolean value. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Controls.WPF Namespace
Return to top