Determines the position of the drop-down list when it opens or pops up.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public enum PositioningMode
Visual Basic (Declaration)
Public Enumeration PositioningMode

Members

Member nameDescription
Absolute Absolute mode.
Center Center.
TopLeft Top Left.
TopRight Top Right
TopCenter Top Center.
RightTop Right Top.
RightBottom Right Bottom.
RightMiddle Right Middle.
BottomLeft Bottom Left.
BottomRight Bottom Right.
BottomCenter Bottom Center.
LeftTop Left Top.
LeftBottom Left Bottom.
LeftMiddle Left Middle.

See Also