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