Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControl.DockOrientation

How the control is currently docked. (horizontally, vertically, in a notebook, or not at all).

Declaration

Source position: controls.pp line 1804

public property TControl.DockOrientation : TDockOrientation
  read FDockOrientation
  write FDockOrientation;

Description

The property value is assigned when the control is inserted into a docking tree during a drag and dock operation. Its value is used when CalculateDockSizes is called to adjust the height or width for the host dock site.

See also

TControl.CalculateDockSizes

  

Saves the docked and undocked extent of the control.

TLazDockTree.InsertControl

  



CT Web help

CodeTyphon Studio