TabControlInsertPage

 

Inserts a page into the tab control object at the specified location.

 

void @TabControlInsertPage(string classname, int position, string page_title, string module_name);

 

Parameters

string classname : The class name of the object

int position : postion to add

string page_title :  The title of the tab control page you want to add.

string module_name : The name of the module to enter the tab control page to be added

 

Return Value

None

 

Example

@TabControlInsertPage("TabControl1", 0, "Title3", "TabPage3.modx");

 

Description : Insert TabPage3.modx in the first (0) position of the TabControl1 object.

 

Version Information

Supported version: 10.2.5 or higher

 

Related Helps

@TabControlAddPage()

@TabControlDeletePage()

@TabControlInsertPage()