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