RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboExItem.Indent Property

Indicate the number of pixels by which the item appears indented in the combo box list.

Pascal
property Indent: Integer;
C++
__property int Indent;

Use Indent to cause the item to appear indented in the list portion of the combo box. If Indent is –1, the item does not appear indented. If Indent is non-negative, it indicates the number of pixels by which to indent the item. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!