Search Results for

    Show / Hide Table of Contents

    Class ContextMenuEntry

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    ContextMenuEntry
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.MenuBar
    Assembly: NXOpenUI.dll
    Syntax
    public class ContextMenuEntry : TransientObject, IMessageSink, IDisposable

    Constructors

    ContextMenuEntry(nint)

    Declaration
    protected ContextMenuEntry(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    EntryType

    Declaration
    public ContextMenuEntry.Type EntryType { get; }
    Property Value
    Type Description
    ContextMenuEntry.Type

    IsDefault

    Declaration
    public bool IsDefault { get; }
    Property Value
    Type Description
    bool

    IsHidden

    Declaration
    public bool IsHidden { get; }
    Property Value
    Type Description
    bool

    IsSensitive

    Declaration
    public bool IsSensitive { get; }
    Property Value
    Type Description
    bool

    Label

    Declaration
    public string Label { get; }
    Property Value
    Type Description
    string

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX