Share via


FormTabControlTabChangedEventArgs.newTab Method

Definition

Overloads

newTab()
newTab(Int32)

newTab()

public:
 int newTab();
public int newTab ();
member this.newTab : unit -> int
Public Function newTab () As Integer

Returns

Applies to

newTab(Int32)

public:
 int newTab(int _newTab);
public int newTab (int _newTab);
member this.newTab : int -> int
Public Function newTab (_newTab As Integer) As Integer

Parameters

_newTab
Int32

Returns

Applies to