Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / PlacementType Enumeration

In This Topic
    PlacementType Enumeration
    In This Topic
    Specifies the method for displaying the radial menu.
    Syntax
    'Declaration
     
    
    Public Enum PlacementType 
       Inherits System.Enum
    public enum PlacementType : System.Enum 
    Members
    MemberDescription
    UsePlacementPointThe radial menu will be displayed in the specified point (C1RadialMenu.CenterOnScreen).
    UseScreenCenterThe radial menu will be displayed in the center of the screen.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Command.PlacementType

    See Also