CheckBoxChecked Property

Vista Bridge Library

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

Indicates whether the checkbox was checked or unchecked when the dialog was closed by the user.

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

Syntax

C#
public bool CheckBoxChecked { get; }
Visual Basic (Declaration)
Public ReadOnly Property CheckBoxChecked As Boolean
Visual C++
public:
property bool CheckBoxChecked {
	bool get ();
}

See Also