Version

ValueListDropDownStates Enumeration

Enumeration which contains constants that identify the various states of the ValueListDropDown control.
Syntax
'Declaration
 
Public Enum ValueListDropDownStates 
   Inherits System.Enum
public enum ValueListDropDownStates : System.Enum 
Members
MemberDescription
FirstItemIsSelectedThe SelectedIndex property returns zero, i.e., the first item is currently selected.
HasCheckBoxesThe dropdown displays checkboxes next to each item in the list.
HasSelectedItemThe SelectedIndex property returns a value that is greater than or equal to zero, i.e., an item is currently selected.
IsDroppedDownThe dropdown list is currently open.
LastItemIsSelectedThe SelectedIndex property returns a value that is one less than the number of items in the control's Items collection, i.e., the last item is currently selected.
NoneThe control is currently not in any of the defined states.
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