Unicode Controls & Classes for VB6 - Version 4

ctlUniLabelWL.UseMnemonic Property

Returns/sets a value that specifies whether an & in a Label's Caption property defines an access key.

Syntax
Public Property Get UseMnemonic () As Boolean
Public Property Let UseMnemonic (ByVal bValue As Boolean)
Parameters
Parameter Description
ByVal bValue As Boolean True for using accelerators, False otherwise
Remarks