Search Results for

    Show / Hide Table of Contents

    Class SelectionBox

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    StylerItem
    SelectionBox
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.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, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UIStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class SelectionBox : StylerItem, IMessageSink, IDisposable

    Constructors

    SelectionBox(IntPtr)

    Declaration
    protected SelectionBox(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    Sensitivity

    Declaration
    public bool Sensitivity { get; set; }
    Property Value
    Type Description
    System.Boolean

    Visibility

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

    Methods

    AddActivateHandler(SelectionBox.Activate, Boolean)

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

    AddDoubleClickHandler(SelectionBox.DoubleClick, Boolean)

    Declaration
    public void AddDoubleClickHandler(SelectionBox.DoubleClick doubleclickevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    SelectionBox.DoubleClick doubleclickevent
    System.Boolean isDialogLaunchingEvent

    Append(String[])

    Declaration
    public void Append(string[] multiEntries)
    Parameters
    Type Name Description
    System.String[] multiEntries

    DeleteSubItem(Int32)

    Declaration
    public void DeleteSubItem(int subItemIndex)
    Parameters
    Type Name Description
    System.Int32 subItemIndex

    DeselectSubItem(Int32)

    Declaration
    public void DeselectSubItem(int subItemIndex)
    Parameters
    Type Name Description
    System.Int32 subItemIndex

    GetListItems()

    Declaration
    public string[] GetListItems()
    Returns
    Type Description
    System.String[]

    GetSelectedIndexValue()

    Declaration
    public int GetSelectedIndexValue()
    Returns
    Type Description
    System.Int32

    GetSelectedString()

    Declaration
    public string GetSelectedString()
    Returns
    Type Description
    System.String

    InsertSubItem(Int32, String[])

    Declaration
    public void InsertSubItem(int subitemIndex, string[] multiEntries)
    Parameters
    Type Name Description
    System.Int32 subitemIndex
    System.String[] multiEntries

    SetFocus()

    Declaration
    public void SetFocus()

    SetLabel(String)

    Declaration
    public void SetLabel(string strLabel)
    Parameters
    Type Name Description
    System.String strLabel

    SetListItems(String[])

    Declaration
    public void SetListItems(string[] values)
    Parameters
    Type Name Description
    System.String[] values

    SetValue(Int32)

    Declaration
    public void SetValue(int value)
    Parameters
    Type Name Description
    System.Int32 value

    ShowSubItem(Int32)

    Declaration
    public void ShowSubItem(int subItemIndex)
    Parameters
    Type Name Description
    System.Int32 subItemIndex

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX