Intersoft ClientUI Documentation
PreferredVerticalDirection Property (UXComboBox)



Gets or sets the preferred vertical direction.
Syntax
<CategoryAttribute("Menu")>
Public Property PreferredVerticalDirection As PopupVerticalDirection
Dim instance As UXComboBox
Dim value As PopupVerticalDirection
 
instance.PreferredVerticalDirection = value
 
value = instance.PreferredVerticalDirection
[CategoryAttribute("Menu")]
public PopupVerticalDirection PreferredVerticalDirection {get; set;}
[CategoryAttribute("Menu")]
public:
property PopupVerticalDirection PreferredVerticalDirection {
   PopupVerticalDirection get();
   void set (    PopupVerticalDirection value);
}
Remarks

UXComboBox shares several common properties with UXPopup that controls the dropdown menu position. The following list describes the properties that controls the dropdown menu position.

Requirements

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

See Also

Reference

UXComboBox Class
UXComboBox Members

Concepts

UXComboBox

Send Feedback