
'Declaration
<System.ComponentModel.TypeConverterAttribute(Nevron.UI.WinForm.Controls.NShortcutTypeConverter)> <System.ComponentModel.EditorAttribute(Nevron.Internal.nhtb, System.Drawing.Design.UITypeEditor)> <System.SerializableAttribute()> Public Class NShortcut Implements Nevron.Globalization.INLocalizable, INPropertyPageProvider
'Usage
Dim instance As NShortcut
[System.ComponentModel.TypeConverter(Nevron.UI.WinForm.Controls.NShortcutTypeConverter)] [System.ComponentModel.Editor(Nevron.Internal.nhtb, System.Drawing.Design.UITypeEditor)] [System.Serializable()] public class NShortcut : Nevron.Globalization.INLocalizable, INPropertyPageProvider
NShortcut shortcut = new NShortcut(Keys.O, Keys.Control | Keys.Shift);
nCommand1.Shortcut = shortcut;
System.Object
Nevron.UI.WinForm.Controls.NShortcut
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