Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1RadialMenu Class / PlacementTarget Property

In This Topic
    PlacementTarget Property
    In This Topic
    Gets or sets a target control relative to which the radial menu is positioned when it opens. If the PlacementTarget is empty (null), then the radial menu opens relative to the screen.
    Syntax
    'Declaration
     
    
    Public Property PlacementTarget As Control
    public Control PlacementTarget {get; set;}
    See Also