Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NShortcut Class / Key Property


In This Topic
    Key Property (NShortcut)
    In This Topic
    Gets/sets the key value of the shortcut.
    Syntax
    'Declaration
     
    
    <NRunTimeBrowsableAttribute(True)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Key As System.Windows.Forms.Keys
    'Usage
     
    
    Dim instance As NShortcut
    Dim value As System.Windows.Forms.Keys
     
    instance.Key = value
     
    value = instance.Key
    [NRunTimeBrowsable(true)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public System.Windows.Forms.Keys Key {get; set;}
    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