Search Results for

    Show / Hide Table of Contents

    Class RadioBox

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    StylerItem
    RadioBox
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    StylerItem.FreeResource()
    StylerItem.GetItemType()
    StylerItem.InitializeAttachment()
    StylerItem.SetAttachment(Attachment)
    StylerItem.IsEqualTo(StylerItem)
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.UIStyler
    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
    Type Description
    int

    Visibility

    Declaration
    public bool Visibility { get; set; }
    Property Value
    Type Description
    bool

    Methods

    AddValueChangedHandler(ValueChanged, bool)

    Declaration
    public void AddValueChangedHandler(RadioBox.ValueChanged valuechangedevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    RadioBox.ValueChanged valuechangedevent
    bool isDialogLaunchingEvent

    GetSensitivity()

    Declaration
    public bool GetSensitivity()
    Returns
    Type Description
    bool

    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
    IDisposable
    In this article
    Back to top Generated by DocFX