treecombobox Position property
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit, acIPEdit, acLabeledComboBox, acMRUComboBox, acImagesComboBox and TacTreeComboBox components as subproperty of AttachedLabel structure.  

Declaration
type  
  TacAttachedLabelPosition = (lpAbove, lpBelow, lpLeft, lpRight);  
 
property Position: TacAttachedLabelPosition;  

Description
The Position property of the attached label specifies the layout of the label near the control.  
 
You can make the label visible above, below, at the left or the right side of control.  

See also
Spacing and SpacingKind properties.