-
Notifications
You must be signed in to change notification settings - Fork 0
TabControl
ProGraMajster edited this page Mar 28, 2026
·
1 revision
Represents a TabControl control.
var tabs = new TabControl();
tabs.TabPages.Add(new TabPage("Home"));
tabs.TabPages.Add(new TabPage("Settings"));| Name | Summary |
|---|---|
SelectedIndex |
Gets or sets the index of the currently selected tab page. This value will be -1 if there is not a selected tab page; |
SelectedTabPage |
Gets or sets the currently selected tab page. |
TabPages |
Gets the collection of tabs contained by this TabControl. |
| Name | Summary |
|---|---|
#ctor |
Initializes a new instance of the TabControl class. |
OnPaint |
No XML summary yet. |
OnSelectedIndexChanged |
Raises the SelectedIndexChanged event. |
| Name | Summary |
|---|---|
SelectedIndexChanged |
Raised when the value of the SelectedIndex property changes. |
- This page was generated from the public XML documentation of
ModernFormsNext. - Base members inherited from
Control,ScrollableControl,WindowBase, or other parent types may not all be repeated here.