FormBuildTabControl.tab 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
tab(Int32, AutoMode) | |
tab() | |
tab(Int32) |
tab(Int32, AutoMode)
public:
virtual int tab(int _value, Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual int tab (int _value, Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member tab : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
override this.tab : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
Public Overridable Function tab (_value As Integer, _mode As AutoMode) As Integer
Parameters
- _value
- Int32
- _mode
- AutoMode
Returns
Applies to
tab()
public:
virtual int tab();
public virtual int tab ();
abstract member tab : unit -> int
override this.tab : unit -> int
Public Overridable Function tab () As Integer