'Declaration <SerializableAttribute()> Public Class Shortcut
'Usage Dim instance As Shortcut
[Serializable()] public class Shortcut
'Declaration <SerializableAttribute()> Public Class Shortcut
'Usage Dim instance As Shortcut
[Serializable()] public class Shortcut
Dim shortcut As Shortcut = New Shortcut(Keys.O,Keys.Control Or Keys.Shift) nCommand1.Shortcut = shortcut
Shortcut shortcut = new Shortcut(Keys.O, Keys.Control | Keys.Shift);
nCommand1.Shortcut = shortcut;
System.Object
Xceed.Chart.UIControls.Shortcut
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