Version

ValueListDropDownAction Enumeration

Enumeration which contains constants that identify the actions that can be performed on the ValueListDropDown control.
Syntax
'Declaration
 
Public Enum ValueListDropDownAction 
   Inherits System.Enum
public enum ValueListDropDownAction : System.Enum 
Members
MemberDescription
CloseDropDownThe dropdown is closed.
CommitSelectionThe current selection is committed.
PageDownThe ValueListItem that is one logical page after the currently selected item is selected.
PageUpThe ValueListItem that is one logical page before the currently selected item is selected.
SelectFirstItemThe first ValueListItem in the list is selected.
SelectLastItemThe last ValueListItem in the list is selected.
SelectNextItemThe ValueListItem whose index is one greater than the currently selected item is selected.
SelectPreviousItemThe ValueListItem whose index is one less than the currently selected item is selected.
SetNextCheckStateForSelectedItemSets the next CheckState for the SelectedItem.
Requirements

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

See Also