TdxBarControl.MDIButtonHeight Property
Specifies the height of border icons on a toolbar.
Declaration
property MDIButtonHeight: 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 MDIButtonHeight property is used internally to draw border icons of the child form onto the toolbar of the parent form when the child is maximized.
See Also