TdxBarItemControl.Width Property
In This Article
Returns the horizontal size of an item control in pixels.
#Declaration
Delphi
property Width: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Returns the width of a given item control. Item control Width depends on the Width property of the underlying item, the item link’s UserWidth property, and toolbar layout.
See Also