Class TextSelectionMenu
Specifies information about menu items in the context menu during text selection.
Inheritance
System.Object
TextSelectionMenu
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class TextSelectionMenu : Object
Constructors
TextSelectionMenu()
Instantiates a new instance of the TextSelectionMenu class.
Declaration
public TextSelectionMenu()
Properties
Copy
Gets the properties of copy menu from the TextSelectionMenu.
Declaration
public TextSelectionMenuItem Copy { get; }
Property Value
Type |
---|
TextSelectionMenuItem |
Highlight
Gets the properties of highlight menu from the TextSelectionMenu.
Declaration
public TextSelectionMenuItem Highlight { get; }
Property Value
Type |
---|
TextSelectionMenuItem |
Items
Gets the list of menu items of the text selection context menu.
Declaration
public ObservableCollection<TextSelectionMenuItem> Items { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<TextSelectionMenuItem> |
Strikethrough
Gets the properties of strikethrough menu from the TextSelectionMenu.
Declaration
public TextSelectionMenuItem Strikethrough { get; }
Property Value
Type |
---|
TextSelectionMenuItem |
Underline
Gets the properties of underline menu from the TextSelectionMenu.
Declaration
public TextSelectionMenuItem Underline { get; }
Property Value
Type |
---|
TextSelectionMenuItem |
Events
TextSelectionMenuItemClicked
Occurs when a text selection menu item is clicked.
Declaration
public event EventHandler<EventArgs> TextSelectionMenuItemClicked
Event Type
Type |
---|
System.EventHandler<System.EventArgs> |