FormTabControl.tabAutoChange Method

Definition

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

Returns

Applies to