Search Results for

    Show / Hide Table of Contents

    Class SetList

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    SetList
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.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
    System.String

    DefaultColumnWidth

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

    IsAddButtonSensitive

    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
    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
    System.String[]

    GetColumnWidths()

    Declaration
    public int[] GetColumnWidths()
    Returns
    Type Description
    System.Int32[]

    GetItems()

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

    GetItemText(UIBlock)

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

    GetLayoutMembers()

    Declaration
    public string[] GetLayoutMembers()
    Returns
    Type Description
    System.String[]

    GetSelected()

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

    InsertNewSet(UIBlock, SetList.InsertionLocation, Boolean)

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

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

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

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX