Msplus. tabcontrol supports state saving, selectedindexchanged event, multi-layer nesting, and other functions. It supports dynamically adding, deleting, modifying, and saving tabpage states...
Common attributes and methods of msplus. tabcontrol and Event Description:
Msplus. tabcontrol. width = control width
Msplus. tabcontrol. Height = control height
Msplus. tabcontrol. selectedindex = gets or sets the index number of the Selected tab.
Msplus. tabcontrol. selectionmode (server or client) = whether to return to the server after each tab page switch is completed on the client or every time
Msplus. tabcontrol. Items = get the containers of All tab pages
Msplus. tabcontrol. selectedindexchanged (event) = events triggered when a page change is selected in the tab
Descriptions of common attributes and methods of msplus. tabpage:
Msplus. tabpage. ID = tabpage number (repeated)
Msplus. tabpage. Caption = tabpage title
Msplus. tabpage. Enabled = whether tabpage is available
Msplus. tabpage. visabled = whether tabpage is displayed
Description of common attributes and methods of msplus. tabcontrol. Items
Public void add (tabpage PTAB) dynamically adds a page
Public void insert int32 (pindex, tabpage pitem) dynamically inserts a page
Public void remove (tabpage PTAB) dynamically removes a page
Public Boolean contains (tabpage PTAB) whether the specified page exists
Public int indexof (tabpage pitem) specifies the index number of the page
Public void copyto (tabpage [] parray, int32 pindex)
Download the msplus. tabcontrol V1.1 demo and control-