Class
ContextMenuPlacementEventArgs

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:

cs-api-definition
public class ContextMenuPlacementEventArgs : EventArgs

Inheritance: objectEventArgsContextMenuPlacementEventArgs

Inherited Members EventArgs.Empty

Constructors

ContextMenuPlacementEventArgs(Point)

Initializes a new instance of the ContextMenuPlacementEventArgs class.

Declaration

cs-api-definition
public ContextMenuPlacementEventArgs(Point location)

Parameters

location

Point

The location, relative to silverlight plugin.

Properties

Location

Gets the location of the context menu, relative to silverlight plugin.

Declaration

cs-api-definition
public Point Location { get; }

Property Value

Point

The location.