Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / DockPreventModifierKey Property

In This Topic
    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;}
    Remarks
    If several modifier keys are specified, pressing any one will work.
    See Also