Class RealItem
Assembly: NXOpenUI.dll
Syntax
public class RealItem : StylerItem, IMessageSink, IDisposable
Constructors
RealItem(nint)
Declaration
protected RealItem(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
ItemValue
Declaration
public double ItemValue { get; set; }
Property Value
Sensitivity
Declaration
public bool Sensitivity { get; set; }
Property Value
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Methods
AddActivateHandler(Activate, bool)
Declaration
public void AddActivateHandler(RealItem.Activate activateevent, bool isDialogLaunchingEvent)
Parameters
SetBitmap(string)
Declaration
public void SetBitmap(string strBitmap)
Parameters
Type |
Name |
Description |
string |
strBitmap |
|
SetFocus()
Declaration
SetLabel(string)
Declaration
public void SetLabel(string strLabel)
Parameters
Type |
Name |
Description |
string |
strLabel |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink