TdxBarApplicationMenuExtraPane.Size Property
In This Article
Specifies the width of the Application Menu’s right panel.
#Declaration
Delphi
property Size: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
Note
if the Size property is 0, the panel’s width is automatically calculated based on the width of the left panel and the Width
If specified, the Size property has a higher priority than the WidthRatio property.
The default value of the Size property is 0.
See Also