Class ToolPalette
Assembly: NXOpenUI.dll
public class ToolPalette : StylerItem, IMessageSink, IDisposable
Constructors
Declaration
protected ToolPalette(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
Declaration
public int ItemValue { get; set; }
Property Value
Declaration
public bool Visibility { get; set; }
Property Value
Methods
Declaration
public void AddActivateHandler(ToolPalette.Activate activateevent, bool isDialogLaunchingEvent)
Parameters
Declaration
public bool GetSensitivity()
Returns
Declaration
public void SetDefault(int dialogId)
Parameters
Type |
Name |
Description |
int |
dialogId |
|
Declaration
public void SetLabel(string strLabel)
Parameters
Type |
Name |
Description |
string |
strLabel |
|
Declaration
public void SetSensitivity(int subitemIndex, bool type)
Parameters
Type |
Name |
Description |
int |
subitemIndex |
|
bool |
type |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink