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