The WPF.
public class TextContextMenuEventArgs: CancelEventArgs
Public Class TextContextMenuEventArgs
Inherits EventArgs
Introduced: X9.
Property | Description |
---|---|
Context |
Gets the location in the document for which the context menu will be opened. |
Horizontal |
Gets the horizontal distance between the top-left corner of the screen and the location where the menu is displayed. |
Text |
Gets or sets the context menu, which will be shown. |
Vertical |
Gets the vertical distance between the top-left corner of the screen and the location where the menu is displayed. |