C1.WPF Namespace : DropDownDirection Enumeration |
'Declaration
Public Enum DropDownDirection Inherits System.Enum
'Usage
Dim instance As DropDownDirection
public enum DropDownDirection : System.Enum
public enum class DropDownDirection : public System.Enum
Member | Description |
---|---|
AboveOrBelow | Tries to open the drop-down C1ComboBox above the header. If it is not possible tries to open below it. |
BelowOrAbove | Tries to open the drop-down C1ComboBox below the header. If it is not possible tries to open above it. |
ForceAbove | |
ForceBelow | Forces the drop-down C1ComboBox to open below the header. |
System.Object
System.ValueType
System.Enum
C1.WPF.DropDownDirection
Target Platforms: 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