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


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