FormTreeItem.stateCut Method

Definition

Overloads

stateCut()
stateCut(Boolean)

stateCut()

public:
 virtual bool stateCut();
public virtual bool stateCut ();
abstract member stateCut : unit -> bool
override this.stateCut : unit -> bool
Public Overridable Function stateCut () As Boolean

Returns

Applies to

stateCut(Boolean)

public:
 virtual bool stateCut(bool _value);
public virtual bool stateCut (bool _value);
abstract member stateCut : bool -> bool
override this.stateCut : bool -> bool
Public Overridable Function stateCut (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Applies to