TdxCustomLayoutGroupButton.Width Property
Specifies the layout group button’s width, in pixels.
Declaration
property Width: Cardinal read; write; default 0;
Property Value
Type | Default |
---|---|
Cardinal | 0 |
Remarks
Use this property to change the button’s width. The group’s ButtonOptions.DefaultWidth property value defines the button’s width if the Width property value is 0.
Note
The Width property value does not affect a check box‘s width; it specifies the width of the area allocated for the check box. The control‘s look and feel settings define the check box’s size.
The default value of the Width property is 0.
See Also