[This is preliminary documentation and is subject to change.]
Namespace: Tools.WindowsT.WPF.ConvertersTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public sealed class CheckStateConverter : StronglyTypedConverter<CheckState, Nullable<bool>> |
| Visual Basic |
|---|
Public NotInheritable Class CheckStateConverter _ Inherits StronglyTypedConverter(Of CheckState, Nullable(Of Boolean)) |
| Visual C++ |
|---|
public ref class CheckStateConverter sealed : public StronglyTypedConverter<CheckState, Nullable<bool>> |
| F# |
|---|
[<SealedAttribute>] type CheckStateConverter = class inherit StronglyTypedConverter<CheckState, Nullable<bool>> end |
| JScript |
|---|
public final class CheckStateConverter extends StronglyTypedConverter<CheckState, Nullable<boolean>> |
Inheritance Hierarchy
System..::..Object
Tools.WindowsT.WPF.ConvertersT..::..StronglyTypedConverter<(Of <(<'CheckState, Nullable<(Of <(<'Boolean>)>)>>)>)>
Tools.WindowsT.WPF.ConvertersT..::..CheckStateConverter
Tools.WindowsT.WPF.ConvertersT..::..StronglyTypedConverter<(Of <(<'CheckState, Nullable<(Of <(<'Boolean>)>)>>)>)>
Tools.WindowsT.WPF.ConvertersT..::..CheckStateConverter
See Also
Version History
1.5.2
- (Alpha) Class introduced