Gets or sets whether the button is checked.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Nullable<bool> IsChecked { get; set; }
Visual Basic
Public Property IsChecked As Nullable(Of Boolean)
	Get
	Set
JScript
function get IsChecked () : Nullable<boolean>
function set IsChecked (value : Nullable<boolean>)

See Also