New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.UI.Extensibility

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class ContextMenuPlacementEventArgs : EventArgs

Inheritance: objectEventArgsContextMenuPlacementEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ContextMenuPlacementEventArgs class.

C#
public ContextMenuPlacementEventArgs(Point location)
Parameters:locationPoint

The location, relative to silverlight plugin.

Properties

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

C#
public Point Location { get; }
Property Value:

The location.