Version

Search Results

OnDragDrop Method

Invoked during a drag operation when the mouse is released over the control Syntax Parameters drgevent Drag event arguments

OnDragEnter Method

Invoked during a drag operation when the mouse enters the bounds of the control Syntax Parameters drgevent Drag event arguments

OnDragLeave Method

Invoked during a drag operation when the mouse leaves the bounds of the control Syntax Parameters e Event arguments

OnDragOver Method

Invoked during a drag operation when the mouse is over the bounds of the control. Syntax Parameters drgevent Drag event arguments

OnFontChanged Method (DockControlBase)

Raises the System.Windows.Forms.Control.FontChanged event. Syntax Parameters e An System.EventArgs that contains the event data.

OnGotFocus Method (DockControlBase)

Invoked when the control receives the input focus. Syntax Parameters e Event arguments

OnKeyDown Method

Invoked when a key is pressed while the control has focus. Syntax Parameters e Key event arguments

OnKeyUp Method

Invoked when a key is released while the control has focus. Syntax Parameters e Key event arguments

OnLayout Method (DockControlBase)

Invoked when the layout of the contained controls has changed. Syntax Parameters e Event arguments

OnLostFocus Method (DockControlBase)

Invoked when the control loses focus Syntax Parameters e Event arguments