ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / PopupPlacement Enumeration

In This Topic
    PopupPlacement Enumeration
    In This Topic
    Determines placement of the pop-up list.
    Syntax
    'Declaration
     
    
    Public Enum PopupPlacement 
       Inherits System.Enum
    public enum PopupPlacement : System.Enum 
    Members
    MemberDescription
    DefaultDefault appearance.
    DropDownDrop down list.
    PickerCentered popup list, where the position of the selected element coincides with the position of the owner element.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.RulesManager.PopupPlacement

    See Also