Table of Contents

Method SetToolDropDown

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SetToolDropDown(int, bool)

Set whether the specified toolbar item has a drop down button.

public void SetToolDropDown(int toolId, bool dropdown)

Parameters

toolId int

ID of a previously added tool.

dropdown bool

if true adds a drop down button to the toolbar item, if false removes a drop down button.

Remarks

This is only valid for normal tools.