IsCheck Property

Vista Bridge Library

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

[Missing <summary> documentation for P:Microsoft.SDK.Samples.VistaBridge.Controls.CommandLinkWPF.IsCheck]

Namespace:  Microsoft.SDK.Samples.VistaBridge.Controls
Assembly:  VistaBridgeControls (in VistaBridgeControls.dll) Version: 1.3.0.0 (1.3.0.0)

Syntax

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

See Also