Skip to content

KeyboardTip Property

Description

Specifies the KeyboardTip that will be displayed when the Alt key is pressed and ShowKeyboardTips is true.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property KeyboardTip() As String

Remarks

This is the KeyboardTip that will be displayed when the Alt key is pressed and ShowKeyboardTips is true.

You can choose to display keyboard tips when the Alt key is pressed. The key that will be used is the first letter or number in the caption of the control after the "&" character. If there is no "&", then the first letter of the caption is used. If the tip is already used, then the key is assigned automatically based on availability.

Keyboard Tips

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.