|
Total Access Components Tour: TabThe Tab control, also known as a tabbed divider, is one of the more useful Windows controls because it allows many other controls to be grouped or organized using a visual metaphor with which most users are familiar. The Total Access Components Tab control allows you to achieve the same effect. This control can be databound.
Microsoft Access includes a built-in Tab control. The Access Tab control provides a more convenient method for containership than the Total Access Components Tab control, however the Total Access Components Tab control provides some features not found in the Access Tab control. These features include databinding, a Windows 3.1 appearance, and the ability to displays tabs on the left, bottom, or right of the control. If you need any of these features, consider using the Total Access Components Tab control. Otherwise, using the Access Tab control is generally a better solution. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Name |
Description |
|
Appearance |
The tab style. |
|
BackColor |
The background color of the control. |
|
BodyStyle |
The tab control body style. |
|
Enabled |
Whether the user can modify the control. |
|
Font |
The font displayed in the tabs. |
|
TabCount |
The number of tabs in the control. |
|
TabLocation |
The location of the tabs. |
|
TabText |
The text displayed in the tab. |
|
Value Default Databound |
The currently selected tab. |
|
Name |
Description |
|
Click |
Fires when the mouse is clicked over the control. |
|
DblClick |
Fires when the mouse is double clicked over the control. |
|
KeyDown |
Fires when a key is depressed. |
|
KeyPress |
Fires when a key is pressed. |
|
KeyUp |
Fires when a key is released. |
|
MouseDown |
Fires when a mouse button is depressed over a control. |
|
MouseMove |
Fires when the mouse moves over the control. |
|
MouseUp |
Fires when a mouse button is released over a control. |
|
OnChange |
Fires when the user changes the value of the control. |