Skip to main content

TdxBarApplicationMenuExtraPane.Size Property

Specifies the width of the Application Menu’s right panel.

Declaration

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 WidthRatio property.

If specified, the Size property has a higher priority than the WidthRatio property.

The default value of the Size property is 0.

See Also