The TabControl type exposes the following members.

Events

  NameDescription
Click
Occurs when the control is clicked.
(Inherited from Control.)
Disposed
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.)
DoubleClick
Occurs when the control is double-clicked.
(Inherited from Control.)
EnabledChanged
Occurs when the Enabled property value has changed.
(Inherited from Control.)
GotFocus
Occurs when the control receives focus.
(Inherited from Control.)
GraphicsChanged (Inherited from DoubleBufferingControl.)
HandleCreated
Occurs when a handle is created for the control.
(Inherited from Control.)
HandleDestroyed
Occurs when the control's handle is in the process of being destroyed.
(Inherited from Control.)
HelpRequested
Occurs when the user requests help for a control.
(Inherited from Control.)
KeyDown
Occurs when a key is pressed while the control has focus.
(Inherited from Control.)
KeyPress
Occurs when a key is pressed while the control has focus.
(Inherited from Control.)
KeyUp
Occurs when a key is released while the control has focus.
(Inherited from Control.)
LostFocus
Occurs when the control loses focus.
(Inherited from Control.)
MouseDown
Occurs when the mouse pointer is over the control and a mouse button is pressed.
(Inherited from Control.)
MouseMove
Occurs when the mouse pointer is moved over the control.
(Inherited from Control.)
MouseUp
Occurs when the mouse pointer is over the control and a mouse button is released.
(Inherited from Control.)
Paint
Occurs when the control is redrawn.
(Inherited from Control.)
ParentChanged
Occurs when the Parent property value changes.
(Inherited from Control.)
Resize
Occurs when the control is resized.
(Inherited from Control.)
SelectedTabIndexChanged
Occurs if the SelectedTabIndex was changed in the ToolBar
TextChanged
Occurs when the Text property value changes.
(Inherited from Control.)
Validated
Occurs when the control is finished validating.
(Inherited from Control.)
Validating
Occurs when the control is validating.
(Inherited from Control.)

See Also