DockPreventModifierKey Property
In This Topic
Gets or sets modifier key which, if pressed, will prevent the floating control from docking when it is moved around at runtime.
Syntax
'Declaration
Public Property DockPreventModifierKey As Keys
public Keys DockPreventModifierKey {get; set;}
See Also