ComponentOne Basic Library for WPF and Silverlight
PlacementTarget Property (C1ContextMenu)


C1.Silverlight Namespace > C1ContextMenu Class : PlacementTarget Property
Gets or sets the FrameworkElement relative to which the C1ContextMenu is positioned when it opens.
Syntax
'Declaration
 
Public Property PlacementTarget As System.Windows.FrameworkElement
'Usage
 
Dim instance As C1ContextMenu
Dim value As System.Windows.FrameworkElement
 
instance.PlacementTarget = value
 
value = instance.PlacementTarget
public System.Windows.FrameworkElement PlacementTarget {get; set;}
See Also

Reference

C1ContextMenu Class
C1ContextMenu Members