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