InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 Boolean
    public bool UseMnemonic {get; set;}
    See Also