Table of Contents

Method GrowToolMinSize

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

GrowToolMinSize(int, int, int)

Sets new minimal size of the toolbar item if its greater than previous size.

public void GrowToolMinSize(int toolId, int width, int height)

Parameters

toolId int

ID of a previously added toolbar item.

width int

New minimal width of a toolbar item.

height int

New minimal height of a toolbar item.