Table of Contents

Enum PickerPopupKind

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the kind of popup window used by the control.

public enum PickerPopupKind

Fields

Auto = 0

Show context menu as a popup window if there are a few items, otherwise use a popup window with list box.

ContextMenu = 2

Show context menu as a popup window.

ListBox = 1

Show popup window with list box.

None = 3

No popup window is shown.