Show / Hide Table of Contents

Property toolbar.Size


Overload

Toolbar width and height without non-client area when toolbar.AutoSizefalse.

public Size Size { get; set; }
Property Value
Size

Remarks

Non-client area is border and caption when toolbar.Border is ThreeD, Thick, Caption or CaptionX.

The unit of measurement depends on toolbar.DpiScaling.

This property is updated when resizing the toolbar. It is saved.

Examples

t.Size = new(300, 40);