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


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

Reference

IC1ContextMenu Interface
IC1ContextMenu Members