ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckBox Class / UseMnemonic Property

In This Topic
    UseMnemonic Property (C1CheckBox)
    In This Topic
    Gets or sets a value indicating whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control.
    Syntax
    'Declaration
     
    
    Public Property UseMnemonic As Boolean
    public bool UseMnemonic {get; set;}
    See Also