Back to Devexpress

DockPanel.CreateResizeZone Event

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-bb87c5b3.md

latest1.4 KB
Original Source

DockPanel.CreateResizeZone Event

Allows you to prevent the current dock panel form being resized using the mouse at specific borders and corners.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event CreateResizeZoneEventHandler CreateResizeZone
vb
Public Event CreateResizeZone As CreateResizeZoneEventHandler

Event Data

The CreateResizeZone event's data class is DevExpress.XtraBars.Docking.CreateResizeZoneEventArgs.

Remarks

See the DockManager.CreateResizeZone event for details.

See Also

CreateResizeZone

ResizeDirection

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace