Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.AlwaysShowAccel Property

Defines whether the prefix character is displayed in tab labels.

Syntax

Get
VBBoolean = object.AlwaysShowAccel As Boolean
Put
VBobject.AlwaysShowAccel = Boolean As Boolean

object

A SftTabs object.

Boolean

Defines whether the prefix character ("_") is displayed in tab labels to show the accelerator key for the tab.

BooleanDescription
TrueThe prefix character is always displayed.
FalseThe prefix character is only displayed once the user presses the Alt key.

Comments

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.

Example

SftTabs1.AlwaysShowAccel = False

See Also SftTabs Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.