Class MenuButtonEvent
Inheritance
System.Object
System.MarshalByRefObject
MenuButtonEvent
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
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)
Namespace: NXOpen.MenuBar
Assembly: NXOpenUI.dll
Syntax
public class MenuButtonEvent : TransientObject, IMessageSink, IDisposable
Constructors
MenuButtonEvent(IntPtr)
Declaration
protected MenuButtonEvent(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
ActiveButton
Declaration
public MenuButton ActiveButton { get; }
Property Value
Type | Description |
---|---|
MenuButton |
ApplicationId
Declaration
public int ApplicationId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MenuBarName
Declaration
public string MenuBarName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetMenuAncestors()
Declaration
public string[] GetMenuAncestors()
Returns
Type | Description |
---|---|
System.String[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable