'Declaration Public Enum ValueListDropDownAction Inherits System.Enum
public enum ValueListDropDownAction : System.Enum
Member | Description |
---|---|
CloseDropDown | The dropdown is closed. |
CommitSelection | The current selection is committed. |
PageDown | The ValueListItem that is one logical page after the currently selected item is selected. |
PageUp | The ValueListItem that is one logical page before the currently selected item is selected. |
SelectFirstItem | The first ValueListItem in the list is selected. |
SelectLastItem | The last ValueListItem in the list is selected. |
SelectNextItem | The ValueListItem whose index is one greater than the currently selected item is selected. |
SelectPreviousItem | The ValueListItem whose index is one less than the currently selected item is selected. |
SetNextCheckStateForSelectedItem | Sets the next CheckState for the SelectedItem. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2