Search Results for

    Show / Hide Table of Contents

    Class OptionToggle

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    StylerItem
    OptionToggle
    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 OptionToggle : StylerItem, IMessageSink, IDisposable

    Constructors

    OptionToggle(nint)

    Declaration
    protected OptionToggle(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Visibility

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

    Methods

    AddActivateHandler(Activate, bool)

    Declaration
    public void AddActivateHandler(OptionToggle.Activate activateevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    OptionToggle.Activate activateevent
    bool isDialogLaunchingEvent

    AddValueChangedHandler(ValueChanged, bool)

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

    GetItemValue(out bool)

    Declaration
    public int GetItemValue(out bool setCheck)
    Parameters
    Type Name Description
    bool setCheck
    Returns
    Type Description
    int

    GetItems()

    Declaration
    public string[] GetItems()
    Returns
    Type Description
    string[]

    GetSensitivity()

    Declaration
    public bool GetSensitivity()
    Returns
    Type Description
    bool

    SetBitmaps(string[])

    Declaration
    public void SetBitmaps(string[] bitmaps)
    Parameters
    Type Name Description
    string[] bitmaps

    SetDefaultAction()

    Declaration
    public void SetDefaultAction()

    SetItemValue(int, bool)

    Declaration
    public void SetItemValue(int subitemIndex, bool setCheck)
    Parameters
    Type Name Description
    int subitemIndex
    bool setCheck

    SetItems(string[])

    Declaration
    public void SetItems(string[] strListArray)
    Parameters
    Type Name Description
    string[] strListArray

    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