FormTreeItem.stateExpanded Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
stateExpanded() | |
stateExpanded(Boolean) |
stateExpanded()
public:
virtual bool stateExpanded();
public virtual bool stateExpanded ();
abstract member stateExpanded : unit -> bool
override this.stateExpanded : unit -> bool
Public Overridable Function stateExpanded () As Boolean
Returns
Applies to
stateExpanded(Boolean)
public:
virtual bool stateExpanded(bool _value);
public virtual bool stateExpanded (bool _value);
abstract member stateExpanded : bool -> bool
override this.stateExpanded : bool -> bool
Public Overridable Function stateExpanded (_value As Boolean) As Boolean
Parameters
- _value
- Boolean