Class SetList
Inheritance
System.Object
System.MarshalByRefObject
SetList
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpenUI.dll
Syntax
public class SetList : UIBlock, IMessageSink
Constructors
SetList()
Declaration
Properties
AddNewSetLabel
Declaration
public string AddNewSetLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
DefaultColumnWidth
Declaration
public int DefaultColumnWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsAddButtonSensitive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LayoutAsString
Declaration
public string LayoutAsString { get; set; }
Property Value
Type |
Description |
System.String |
|
ListExpanded
Declaration
public bool ListExpanded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ListHideGroup
Declaration
public bool ListHideGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaximumHeight
Declaration
public int MaximumHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinimumHeight
Declaration
public int MinimumHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MultipleEdit
Declaration
public bool MultipleEdit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NumberColumnString
Declaration
public string NumberColumnString { get; set; }
Property Value
Type |
Description |
System.String |
|
NumberOfColumns
Declaration
public int NumberOfColumns { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ResizeHeightWithDialog
Declaration
public bool ResizeHeightWithDialog { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SeedDlxFile
Declaration
public string SeedDlxFile { get; set; }
Property Value
Type |
Description |
System.String |
|
ShowAddNewSet
Declaration
public bool ShowAddNewSet { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowColumnHeadings
Declaration
public bool ShowColumnHeadings { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowRemove
Declaration
public bool ShowRemove { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowReorderControls
Declaration
public bool ShowReorderControls { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
AddNewSet(Boolean)
Declaration
public UIBlock AddNewSet(bool copyPropertiesAndSelect)
Parameters
Type |
Name |
Description |
System.Boolean |
copyPropertiesAndSelect |
|
Returns
Delete(UIBlock)
Declaration
public void Delete(UIBlock uicomp)
Parameters
Type |
Name |
Description |
UIBlock |
uicomp |
|
FindUpdated()
Declaration
public UIBlock FindUpdated()
Returns
GetColumnLabels()
Declaration
public string[] GetColumnLabels()
Returns
Type |
Description |
System.String[] |
|
GetColumnWidths()
Declaration
public int[] GetColumnWidths()
Returns
Type |
Description |
System.Int32[] |
|
GetItems()
Declaration
public UIBlock[] GetItems()
Returns
GetItemText(UIBlock)
Declaration
public string[] GetItemText(UIBlock item)
Parameters
Returns
Type |
Description |
System.String[] |
|
GetLayoutMembers()
Declaration
public string[] GetLayoutMembers()
Returns
Type |
Description |
System.String[] |
|
GetSelected()
Declaration
public UIBlock[] GetSelected()
Returns
InsertNewSet(UIBlock, SetList.InsertionLocation, Boolean)
Declaration
public UIBlock InsertNewSet(UIBlock location, SetList.InsertionLocation insertBeforeOrAfter, bool copyPropertiesAndSelect)
Parameters
Returns
SetAddHandler(SetList.AddCallback)
Declaration
public void SetAddHandler(SetList.AddCallback cb)
Parameters
SetColumnLabels(String[])
Declaration
public void SetColumnLabels(string[] labels)
Parameters
Type |
Name |
Description |
System.String[] |
labels |
|
SetColumnWidths(Int32[])
Declaration
public void SetColumnWidths(int[] width)
Parameters
Type |
Name |
Description |
System.Int32[] |
width |
|
SetDeleteHandler(SetList.DeleteCallback)
Declaration
public void SetDeleteHandler(SetList.DeleteCallback cb)
Parameters
SetItemText(UIBlock, String[])
Declaration
public void SetItemText(UIBlock item, string[] strings)
Parameters
Type |
Name |
Description |
UIBlock |
item |
|
System.String[] |
strings |
|
SetReorderObserver(SetList.ReorderCallback)
Declaration
public void SetReorderObserver(SetList.ReorderCallback cb)
Parameters
SetSeed(String)
Declaration
public void SetSeed(string dlxFile)
Parameters
Type |
Name |
Description |
System.String |
dlxFile |
|
SetSelected(UIBlock[])
Declaration
public void SetSelected(UIBlock[] items)
Parameters
Type |
Name |
Description |
UIBlock[] |
items |
|
Swap(UIBlock, UIBlock)
Declaration
public void Swap(UIBlock uicomp1, UIBlock uicomp2)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink