Gets or sets the state of the checked.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property CheckedState As ASTreeViewCheckboxState |
| C# |
|---|
| public ASTreeViewCheckboxState CheckedState { get; set; } |
| C++ |
|---|
| public property ASTreeViewCheckboxState CheckedState sealed { ASTreeViewCheckboxState get(); void set(ASTreeViewCheckboxState value); } |
| J# |
|---|
| /** property */ public ASTreeViewCheckboxState get_CheckedState(); /** property */ public void set_CheckedState(ASTreeViewCheckboxState value); |
| JScript |
|---|
| public function get CheckedState() : ASTreeViewCheckboxState public function set CheckedState(value : ASTreeViewCheckboxState); |
Property Value
The state of the checked.