Skip to main content

TdxBarControl.MDIButtonWidth Property

Specifies the width of border icons on a toolbar.

Declaration

property MDIButtonWidth: Integer read;

Property Value

Type
Integer

Remarks

In MDI applications, child forms may be maximized to fit the size of the parent form. In this instance, the main toolbar of the child form merges with the main toolbar of the parent; the border icons of the child form are drawn on the main toolbar of the parent window. The MDIButtonWidth property is used internally to draw the border icons of the child form onto the toolbar of the parent form when the child form is maximized.

See Also