TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip 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
     
    
    <C1DescriptionAttribute("SL.UseMnemonic", "Gets or sets whether ampersands (&) are used to indicate the next character is a hot key.")>
    <C1CategoryAttribute("Appearance")>
    Public Property UseMnemonic As Boolean
    [C1Description("SL.UseMnemonic", "Gets or sets whether ampersands (&) are used to indicate the next character is a hot key.")]
    [C1Category("Appearance")]
    public bool UseMnemonic {get; set;}
    See Also