Search Results for

    Show / Hide Table of Contents

    Class SetList

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    SetList
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class SetList : UIBlock, IMessageSink

    Constructors

    SetList()

    Declaration
    protected SetList()

    Properties

    AddNewSetLabel

    Declaration
    public string AddNewSetLabel { get; set; }
    Property Value
    Type Description
    string

    DefaultColumnWidth

    Declaration
    public int DefaultColumnWidth { get; set; }
    Property Value
    Type Description
    int

    IsAddButtonSensitive

    Declaration
    public bool IsAddButtonSensitive { get; set; }
    Property Value
    Type Description
    bool

    LayoutAsString

    Declaration
    public string LayoutAsString { get; set; }
    Property Value
    Type Description
    string

    ListExpanded

    Declaration
    public bool ListExpanded { get; set; }
    Property Value
    Type Description
    bool

    ListHideGroup

    Declaration
    public bool ListHideGroup { get; set; }
    Property Value
    Type Description
    bool

    MaximumHeight

    Declaration
    public int MaximumHeight { get; set; }
    Property Value
    Type Description
    int

    MinimumHeight

    Declaration
    public int MinimumHeight { get; set; }
    Property Value
    Type Description
    int

    MultipleEdit

    Declaration
    public bool MultipleEdit { get; set; }
    Property Value
    Type Description
    bool

    NumberColumnString

    Declaration
    public string NumberColumnString { get; set; }
    Property Value
    Type Description
    string

    NumberOfColumns

    Declaration
    public int NumberOfColumns { get; set; }
    Property Value
    Type Description
    int

    ResizeHeightWithDialog

    Declaration
    public bool ResizeHeightWithDialog { get; set; }
    Property Value
    Type Description
    bool

    SeedDlxFile

    Declaration
    public string SeedDlxFile { get; set; }
    Property Value
    Type Description
    string

    ShowAddNewSet

    Declaration
    public bool ShowAddNewSet { get; set; }
    Property Value
    Type Description
    bool

    ShowColumnHeadings

    Declaration
    public bool ShowColumnHeadings { get; set; }
    Property Value
    Type Description
    bool

    ShowRemove

    Declaration
    public bool ShowRemove { get; set; }
    Property Value
    Type Description
    bool

    ShowReorderControls

    Declaration
    public bool ShowReorderControls { get; set; }
    Property Value
    Type Description
    bool

    Methods

    AddNewSet(bool)

    Declaration
    public UIBlock AddNewSet(bool copyPropertiesAndSelect)
    Parameters
    Type Name Description
    bool copyPropertiesAndSelect
    Returns
    Type Description
    UIBlock

    Delete(UIBlock)

    Declaration
    public void Delete(UIBlock uicomp)
    Parameters
    Type Name Description
    UIBlock uicomp

    FindUpdated()

    Declaration
    public UIBlock FindUpdated()
    Returns
    Type Description
    UIBlock

    GetColumnLabels()

    Declaration
    public string[] GetColumnLabels()
    Returns
    Type Description
    string[]

    GetColumnWidths()

    Declaration
    public int[] GetColumnWidths()
    Returns
    Type Description
    int[]

    GetItemText(UIBlock)

    Declaration
    public string[] GetItemText(UIBlock item)
    Parameters
    Type Name Description
    UIBlock item
    Returns
    Type Description
    string[]

    GetItems()

    Declaration
    public UIBlock[] GetItems()
    Returns
    Type Description
    UIBlock[]

    GetLayoutMembers()

    Declaration
    public string[] GetLayoutMembers()
    Returns
    Type Description
    string[]

    GetSelected()

    Declaration
    public UIBlock[] GetSelected()
    Returns
    Type Description
    UIBlock[]

    InsertNewSet(UIBlock, InsertionLocation, bool)

    Declaration
    public UIBlock InsertNewSet(UIBlock location, SetList.InsertionLocation insertBeforeOrAfter, bool copyPropertiesAndSelect)
    Parameters
    Type Name Description
    UIBlock location
    SetList.InsertionLocation insertBeforeOrAfter
    bool copyPropertiesAndSelect
    Returns
    Type Description
    UIBlock

    SetAddHandler(AddCallback)

    Declaration
    public void SetAddHandler(SetList.AddCallback cb)
    Parameters
    Type Name Description
    SetList.AddCallback cb

    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
    Type Name Description
    SetList.DeleteCallback cb

    SetItemText(UIBlock, string[])

    Declaration
    public void SetItemText(UIBlock item, string[] strings)
    Parameters
    Type Name Description
    UIBlock item
    string[] strings

    SetReorderObserver(ReorderCallback)

    Declaration
    public void SetReorderObserver(SetList.ReorderCallback cb)
    Parameters
    Type Name Description
    SetList.ReorderCallback cb

    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
    Type Name Description
    UIBlock uicomp1
    UIBlock uicomp2

    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
    In this article
    Back to top Generated by DocFX