Search Results for

    Show / Hide Table of Contents

    Class SingleSelectList

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    StylerItem
    SingleSelectList
    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 SingleSelectList : StylerItem, IMessageSink, IDisposable

    Constructors

    SingleSelectList(IntPtr)

    Declaration
    protected SingleSelectList(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(SingleSelectList.Activate, Boolean)

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

    AddDoubleClickHandler(SingleSelectList.DoubleClick, Boolean)

    Declaration
    public void AddDoubleClickHandler(SingleSelectList.DoubleClick doubleclickevent, bool isDialogLaunchingEvent)
    Parameters
    Type Name Description
    SingleSelectList.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

    HasSelected()

    Declaration
    public bool HasSelected()
    Returns
    Type Description
    System.Boolean

    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()

    SetListItems(String[])

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

    SetSelected(Int32)

    Declaration
    public void SetSelected(int subIndex)
    Parameters
    Type Name Description
    System.Int32 subIndex

    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