CheckBoxChecked Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for P:Microsoft.SDK.Samples.VistaBridge.Library.TaskDialog.CheckBoxChecked]

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public Nullable<bool> CheckBoxChecked { get; set; }
Visual Basic (Declaration)
Public Property CheckBoxChecked As Nullable(Of Boolean)
Visual C++
public:
property Nullable<bool> CheckBoxChecked {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

See Also