Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItemCollection Class / MnemonicUsage Property


In This Topic
    MnemonicUsage Property
    In This Topic
    Gets or sets a value indicating how (and if) mnemonics are activated.
    Syntax
    'Declaration
     
    Public Property MnemonicUsage As MnemonicUsage
    'Usage
     
    Dim instance As SmartItemCollection
    Dim value As MnemonicUsage
     
    instance.MnemonicUsage = value
     
    value = instance.MnemonicUsage
    public MnemonicUsage MnemonicUsage {get; set;}

    Property Value

    A MnemonicUsage value indicating how (and if) mnemonics are activated.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also