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