SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether the prefix character is displayed in tab labels.
Get | |||
VB | Boolean = object.AlwaysShowAccel As Boolean | ||
Put | |||
VB | object.AlwaysShowAccel = Boolean As Boolean |
object
Boolean
Defines whether the prefix character ("_") is displayed in tab labels to show the accelerator key for the tab.
Boolean | Description |
---|---|
True | The prefix character is always displayed. |
False | The prefix character is only displayed once the user presses the Alt key. |
The AlwaysShowAccel property defines whether the prefix character is displayed in tab labels.
The keyboard accelerator prefix character ("_") may be suppressed until the user presses the Alt key. By setting AlwaysShowAccel to True, the prefix character is always displayed. Otherwise, the prefix character is displayed based on the Control Panel settings. For Windows versions prior to Windows 2000, this property has no effect and the prefix character is always displayed.
SftTabs1.AlwaysShowAccel = False
See Also SftTabs Object | Object Hierarchy