UseMnemonic Property
Description
Gets or sets a value that specifies whether an "&" in a Label's Caption property defines an access key.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property UseMnemonic() As Boolean
Remarks
At run time, pressing ALT + the access key defined in the Label control's Caption property moves focus to the control that follows the Label control in the tab order.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.