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