Gets or sets the
System.Windows.Forms.Keys enumeration value that is the shortcut for the
WindowLevelInformation object.
public Keys Shortcut {get; set;}
'Declaration
Public Property Shortcut As Keys
'Usage
Dim instance As WindowLevelInformation
Dim value As Keys
instance.Shortcut = value
value = instance.Shortcut
public: __property Keys get_Shortcut();
public: __property void set_Shortcut(
Keys value
);
public:
property Keys Shortcut {
Keys get();
void set ( Keys value);
}
Property Value
The
System.Windows.Forms.Keys value that represents the shortcut key for this
WindowLevelInformation object.