Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class / IsMnemonic Method
The Key to test.


In This Topic
    IsMnemonic Method
    In This Topic
    Determines if the specified key is the mnemonic character for the SmartItem.
    Syntax
    'Declaration
     
    Public Function IsMnemonic( _
       ByVal key As Keys _
    ) As Boolean
    'Usage
     
    Dim instance As SmartItem
    Dim key As Keys
    Dim value As Boolean
     
    value = instance.IsMnemonic(key)
    public bool IsMnemonic( 
       Keys key
    )

    Parameters

    key
    The Key to test.

    Return Value

    true if the key is the mnemonic character for the SmartItem; false otherwise.
    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