Determines the location in the document where a context menu will be shown. The enumeration contains the following values:

Introduced: X9.

Members

Member Description
TextSelection The menu context is a text selection.
TextInputPosition The menu context is the text input position.
Header The menu context is the top page margin which contains a header.
NoHeader The menu context is the top page margin which contains no header.
Footer The menu context is the bottom page margin which contains a footer.
NoFooter The menu context is the bottom page margin which contains no footer.
PageMargin The menu context is the top or the bottom page margin.
PageNumberField The menu context is a PageNumberField.
SelectedFrame The menu context is a selected frame (text frame, image, chart or barcode).
Table The menu context is a text selection or a text input position in a Table.
Field The menu context is a text selection or a text input position in a TextField.
MisspelledWord The menu context is a MisspelledWord.
TableOfContents The menu context is a TableOfContents.
TrackedChange The menu context is a TrackedChange.
Comment The menu context is a CommentedText.
FormField The menu context is a FormField.
Footnote The menu context is a Footnote reference mark.

See Also

TextContextMenuEventArgs class, TextControl.TextContextMenuOpening Event, WPF.TextControl.TextContextMenuOpening Event.