ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabelBase Class / UseMnemonic Property

In This Topic
    UseMnemonic Property (C1SuperLabelBase)
    In This Topic
    Gets or sets whether ampersands (&) are used to indicate the next character is a hot key.
    Syntax
    'Declaration
     
    Public Property UseMnemonic As System.Boolean
    public System.bool UseMnemonic {get; set;}
    See Also