Skip to main content

TdxZone.DockType Property

Returns the docking type supported by the zone.

Declaration

property DockType: TdxDockingType read;

Property Value

Type
TdxDockingType

Remarks

The DockType property is useful for dock zones only. It indicates the docking type supported by the zone. The value returned by this property specifies the DockType value that controls docked to this zone will have. You can use this property when obtaining a zone as the parameter of events that control docking operations. Using it, you can determine whether the control is being docked to the client area of the target control or to which edge.

See Also