Xamarin.iOS

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

    Show / Hide Table of Contents

    Class TextSelectionMenuItem

    Specifies the information about menu item

    Inheritance
    System.Object
    TextSelectionMenuItem
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class TextSelectionMenuItem : Object

    Constructors

    TextSelectionMenuItem()

    Instantiates a new instance of the TextSelectionMenuItem class.

    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 Description
    System.String

    IsVisible

    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 Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved