Class MultiSelectList
Inheritance
System.Object
System.MarshalByRefObject
MultiSelectList
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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 MultiSelectList : StylerItem, IMessageSink, IDisposable
Constructors
MultiSelectList(IntPtr)
Declaration
protected MultiSelectList(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(MultiSelectList.Activate, Boolean)
Declaration
public void AddActivateHandler(MultiSelectList.Activate activateevent, bool isDialogLaunchingEvent)
Parameters
Type | Name | Description |
---|---|---|
MultiSelectList.Activate | activateevent | |
System.Boolean | isDialogLaunchingEvent |
AddDoubleClickHandler(MultiSelectList.DoubleClick, Boolean)
Declaration
public void AddDoubleClickHandler(MultiSelectList.DoubleClick doubleclickevent, bool isDialogLaunchingEvent)
Parameters
Type | Name | Description |
---|---|---|
MultiSelectList.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 |
Deselect(Int32)
Declaration
public void Deselect(int subItemIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | subItemIndex |
Focus()
Declaration
public void Focus()
GetAllIndicesSelected()
Declaration
public int[] GetAllIndicesSelected()
Returns
Type | Description |
---|---|
System.Int32[] |
GetAllNameSelected()
Declaration
public string[] GetAllNameSelected()
Returns
Type | Description |
---|---|
System.String[] |
GetListItems()
Declaration
public string[] GetListItems()
Returns
Type | Description |
---|---|
System.String[] |
InsertSubitems(Int32, String[])
Declaration
public void InsertSubitems(int subitemIndex, string[] multiEntries)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | subitemIndex | |
System.String[] | multiEntries |
SetAllSelected()
Declaration
public void SetAllSelected()
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