'Declaration Public Enum ValueListDropDownStates Inherits System.Enum
public enum ValueListDropDownStates : System.Enum
Member | Description |
---|---|
FirstItemIsSelected | The SelectedIndex property returns zero, i.e., the first item is currently selected. |
HasCheckBoxes | The dropdown displays checkboxes next to each item in the list. |
HasSelectedItem | The SelectedIndex property returns a value that is greater than or equal to zero, i.e., an item is currently selected. |
IsDroppedDown | The dropdown list is currently open. |
LastItemIsSelected | The 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. |
None | The control is currently not in any of the defined states. |
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