alexa

    Show / Hide Table of Contents

    Class ContextMenuItem

    Represents an item in a context menu.

    Inheritance
    System.Object
    ContextMenuItem
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class ContextMenuItem

    Constructors

    ContextMenuItem()

    Declaration
    public ContextMenuItem()

    Properties

    Content

    Gets or sets the content of the context menu item.

    Declaration
    public string Content { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX