Class RadioBox
Assembly: NXOpenUI.dll
Syntax
public class RadioBox : StylerItem, IMessageSink, IDisposable
Constructors
RadioBox(nint)
Declaration
protected RadioBox(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
ItemValue
Declaration
public int ItemValue { get; set; }
Property Value
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Methods
AddValueChangedHandler(ValueChanged, bool)
Declaration
public void AddValueChangedHandler(RadioBox.ValueChanged valuechangedevent, bool isDialogLaunchingEvent)
Parameters
GetSensitivity()
Declaration
public bool GetSensitivity()
Returns
SetDefaultAction()
Declaration
public void SetDefaultAction()
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