Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1ContextMenu Class / PlacementTarget Property

In This Topic
    PlacementTarget Property (C1ContextMenu)
    In This Topic
    Gets the element to which the displayed menu is relative to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PlacementTarget As FrameworkElement
    public FrameworkElement PlacementTarget {get;}
    See Also