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