The members of System.Windows.Forms.TabPage are listed below.
See Also: Inherited members from System.Windows.Forms.Panel
TabPage() |
Initializes a new instance of the System.Windows.Forms.TabPage class. | |
Initializes a new instance of the System.Windows.Forms.TabPage class and specifies the text for the tab. |
override | Anchor | AnchorStyles.
This member is not meaningful for this control. |
override | AutoSize | bool.
This property is not meaningful for this control. |
override | AutoSizeMode | AutoSizeMode.
This property is not meaningful for this control. |
override | BackColor | System.Drawing.Color.
Gets or sets the background color for the System.Windows.Forms.TabPage. |
override | Dock | DockStyle.
This member is not meaningful for this control. |
Enabled | bool.
This member is not meaningful for this control. | |
ImageIndex | int.
Gets or sets the index to the image displayed on this tab. | |
ImageKey | string.
Gets or sets the key accessor for the image in the TabControl.ImageList of the associated System.Windows.Forms.TabControl. | |
Location | System.Drawing.Point.
This property is not meaningful for this control. | |
override | MaximumSize | System.Drawing.Size.
This property is not meaningful for this control. |
override | MinimumSize | System.Drawing.Size.
This property is not meaningful for this control. |
[read-only] | PreferredSize | System.Drawing.Size.
This property is not meaningful for this control. |
TabIndex | int.
This property is not meaningful for this control. | |
TabStop | bool.
This member is not meaningful for this control. | |
override | Text | string.
Gets or sets the text to display on the tab. |
ToolTipText | string.
Gets or sets the ToolTip text for this tab. | |
UseVisualStyleBackColor | bool.
Gets or sets a value indicating whether the System.Windows.Forms.TabPage background renders using the current visual style when visual styles are enabled. | |
Visible | bool.
This member is not meaningful for this control. |
static | GetTabPageOfComponent(object)
| |
override | ToString()
|
override | CreateControlsInstance()Documentation for this section has not yet been entered. | |
override | OnEnter(EventArgs)
| |
override | OnLeave(EventArgs)
| |
override | OnPaintBackground(PaintEventArgs)
| |
override | SetBoundsCore(int, int, int, int, BoundsSpecified)
|
AutoSizeChanged |
Occurs when the value of the TabPage.AutoSize property changes. | |
DockChanged |
Occurs when the value of the TabPage.Dock property changes. | |
EnabledChanged |
Occurs when the value of the TabPage.Enabled property changes. | |
LocationChanged |
Occurs when the value of the TabPage.Location property changes. | |
TabIndexChanged |
Occurs when the value of the TabPage.TabIndex property changes. | |
TabStopChanged |
Occurs when the value of the TabPage.TabStop property changes. | |
TextChanged |
Occurs when the value of the TabControl.Text property changes. | |
VisibleChanged |
Occurs when the value of the TabPage.Visible property changes. |