Gets or sets the key that is used as a shortcut for
AutoWindowLevel.
public Keys AutoWindowLevelShortcut {get; set;}
'Declaration
Public Property AutoWindowLevelShortcut As Keys
'Usage
Dim instance As ModalityOptions
Dim value As Keys
instance.AutoWindowLevelShortcut = value
value = instance.AutoWindowLevelShortcut
public: __property Keys get_AutoWindowLevelShortcut();
public: __property void set_AutoWindowLevelShortcut(
Keys value
);
public:
property Keys AutoWindowLevelShortcut {
Keys get();
void set ( Keys value);
}
Property Value
The
System.Windows.Forms.Keys value that represents the shortcut for the
AutoWindowLevel. The default key is F2.