Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextSelectionMenu

    Show / Hide Table of Contents

    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 Description
    TextSelectionMenuItem

    Highlight

    Gets the properties of highlight menu from the TextSelectionMenu.

    Declaration
    public TextSelectionMenuItem Highlight { get; }
    Property Value
    Type Description
    TextSelectionMenuItem

    Items

    Gets the list of menu items of the text selection context menu.

    Declaration
    public ObservableCollection<TextSelectionMenuItem> Items { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<TextSelectionMenuItem>

    Strikethrough

    Gets the properties of strikethrough menu from the TextSelectionMenu.

    Declaration
    public TextSelectionMenuItem Strikethrough { get; }
    Property Value
    Type Description
    TextSelectionMenuItem

    Underline

    Gets the properties of underline menu from the TextSelectionMenu.

    Declaration
    public TextSelectionMenuItem Underline { get; }
    Property Value
    Type Description
    TextSelectionMenuItem

    Events

    TextSelectionMenuItemClicked

    Occurs when a text selection menu item is clicked.

    Declaration
    public event EventHandler<EventArgs> TextSelectionMenuItemClicked
    Event Type
    Type Description
    System.EventHandler<System.EventArgs>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved