Click or drag to resize

IconCheckBoxIsChecked Property

Gets or Sets a value whether the CheckBox is checked.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public Nullable<bool> IsChecked { get; set; }

Property Value

Type: NullableBoolean
See Also