FormTreeItem.stateExpandedOnce Method

Definition

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

Returns

Applies to