Table of Contents

Enum AuiToolbarItemDropDownOnEvent

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Specifies when to show a drop down menu assiciated with AuiToolbar item.

public enum AuiToolbarItemDropDownOnEvent

Fields

Click = 1

Show drop down menu when tool is clicked.

ClickArrow = 2

Show drop down menu when arrow on the right side of the tool is clicked. Arrow is shown next to the tool when it's kind is Dropdown.

None = 0

Do not show drop down menu.