Add a page to the tab control object.
void @TabControlAddPage(string classname, string page_title, string module_name);
Parameters
string classname : The class name of the object
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
@TabControlAddPage("TabControl1", "Title1", "TabPage1.modx");
@TabControlAddPage("TabControl1", "Title2", "TabPage2.modx");
Description : Add TabPage1.modx and TabPage2.modx to the TabContorl1 object.
Version Information
Supported version: 10.2.5 or higher
Related Helps