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

In This Topic
    PopupPlacement Enumeration
    In This Topic
    ポップアップリストの配置を決定します。
    Syntax
    'Declaration
     
    
    Public Enum PopupPlacement 
       Inherits System.Enum
    public enum PopupPlacement : System.Enum 
    Members
    MemberDescription
    Defaultデフォルトの外観。
    DropDownドロップダウンリスト。
    Picker中央揃えのポップアップリスト。選択された要素の位置は オーナー要素の位置と一致します。
    Inheritance Hierarchy

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

    See Also