Provides data for the context menu placement event, allowing customization of the context menu's position.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ContextMenuPlacementEventArgs : EventArgs
Inheritance: objectEventArgsContextMenuPlacementEventArgs
Inherited Members
Constructors
Initializes a new instance of the ContextMenuPlacementEventArgs class.
C#
public ContextMenuPlacementEventArgs(Point location)
The location, relative to silverlight plugin.
Properties
Location
Point
Gets the location of the context menu, relative to silverlight plugin.
C#
public Point Location { get; }
The location.