Deletes the page at that location from the tab control object.
void @TabControlDeletePage(string classname, int position);
Parameters
string classname : The class name of the object
int position : position to remove the page
Return Value
None
Example
@TabControlDeletePage("TabControl1", 0);
Description : Deletes the first page (0) from the TabControl1 object.
Version Information
Supported version: 10.2.5 or higher
Related Helps