SizingEventArgs Properties
Provides data for the DockManager.Sizing event.
Name | Description |
---|---|
Cancel |
Gets or sets whether the operation performed on the processed panel should be cancelled.
Inherited from Dock |
New |
Gets the dock panel’s new size. |
Panel |
Gets the processed dock panel.
Inherited from Dock |
Pt |
Gets the mouse pointer’s coordinates relative to the top-left corner of the control. |
Side |
Returns the panel that resizes together with the panel dragged by an end-user. |
Sizing |
Gets the edge of the dock panel which is being dragged.
Inherited from Start |
See Also