Enum PickerPopupKind
Represents the kind of popup window used by the control.
public enum PickerPopupKind
Fields
Auto = 0Show context menu as a popup window if there are a few items, otherwise use a popup window with list box.
ContextMenu = 2Show context menu as a popup window.
ListBox = 1Show popup window with list box.
None = 3No popup window is shown.