Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandMdiList Class / Mnemonic Property

In This Topic
    Mnemonic Property (C1CommandMdiList)
    In This Topic
    Returns the value of the mnemonic character, or the character following the ampersand, to be used as an access key.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Mnemonic As Char
    public char Mnemonic {get;}
    See Also