Class TextSelectionMenuItem
Specifies the information about menu item.
Inheritance
System.Object
TextSelectionMenuItem
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class TextSelectionMenuItem : Object
Constructors
TextSelectionMenuItem()
Declaration
public TextSelectionMenuItem()
Properties
Id
Gets or sets the ID of the menu item that uniquely identifies each item in the text selection context menu.
Declaration
public string Id { get; set; }
Property Value
Type |
---|
System.String |
IsVisible
Gets or sets a value indicating whether gets or sets a value that indicates whether menu item in the context menu is enabled.
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | false if menu is disabled; otherwise, true.The default value is true. |
Text
Gets or sets the text displayed in the menu item.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |