FormTreeItem.stateExpandedOnce 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
stateExpandedOnce() | |
stateExpandedOnce(Boolean) |
stateExpandedOnce()
public:
virtual bool stateExpandedOnce();
public virtual bool stateExpandedOnce ();
abstract member stateExpandedOnce : unit -> bool
override this.stateExpandedOnce : unit -> bool
Public Overridable Function stateExpandedOnce () As Boolean
Returns
Applies to
stateExpandedOnce(Boolean)
public:
virtual bool stateExpandedOnce(bool _value);
public virtual bool stateExpandedOnce (bool _value);
abstract member stateExpandedOnce : bool -> bool
override this.stateExpandedOnce : bool -> bool
Public Overridable Function stateExpandedOnce (_value As Boolean) As Boolean
Parameters
- _value
- Boolean