Class OptionMenu
Inheritance
System.Object
System.MarshalByRefObject
OptionMenu
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.UIStyler
Assembly: NXOpenUI.dll
Syntax
public class OptionMenu : StylerItem, IMessageSink, IDisposable
Constructors
OptionMenu(IntPtr)
Declaration
protected OptionMenu(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
ItemValue
Declaration
public int ItemValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
AddActivateHandler(OptionMenu.Activate, Boolean)
Declaration
public void AddActivateHandler(OptionMenu.Activate activateevent, bool isDialogLaunchingEvent)
Parameters
Type | Name | Description |
---|---|---|
OptionMenu.Activate | activateevent | |
System.Boolean | isDialogLaunchingEvent |
GetBitmap()
Declaration
public string[] GetBitmap()
Returns
Type | Description |
---|---|
System.String[] |
GetItems()
Declaration
public string[] GetItems()
Returns
Type | Description |
---|---|
System.String[] |
GetSensitivity()
Declaration
public bool GetSensitivity()
Returns
Type | Description |
---|---|
System.Boolean |
SetBitmap(String[])
Declaration
public void SetBitmap(string[] bitmaps)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | bitmaps |
SetItems(String[])
Declaration
public void SetItems(string[] strListArray)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | strListArray |
SetLabel(String)
Declaration
public void SetLabel(string strLabel)
Parameters
Type | Name | Description |
---|---|---|
System.String | strLabel |
SetSensitivity(Int32, Boolean)
Declaration
public void SetSensitivity(int subitemIndex, bool type)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | subitemIndex | |
System.Boolean | type |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable