[]
        
(Showing Draft Content)

C1.Win.C1Command.C1DockingTab.DockPreventModifierKey

DockPreventModifierKey Property

DockPreventModifierKey

Gets or sets modifier key which, if pressed, will prevent the floating control from docking when it is moved around at runtime.

Declaration
[C1Category("Behavior")]
[C1Description("C1DockingTab.DockPreventModifierKey", "Gets or sets modifier key which, if pressed, will prevent the floating control from docking when it is moved around at runtime.")]
[TypeConverter(typeof(ModifierKeysConverter))]
public Keys DockPreventModifierKey { get; set; }
Remarks

If several modifier keys are specified, pressing any one will work.