Table of Contents

Method SetToolMinSize

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SetToolMinSize(int, int, int)

Sets new minimal size of the toolbar item.

public void SetToolMinSize(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.