Search Results for

    Show / Hide Table of Contents

    Class UIBlock

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    AngularDimension
    BodyCollector
    Button
    ChooseExpression
    CompositeBlock
    CurveCollector
    DoubleBlock
    DoubleTable
    DrawingArea
    Enumeration
    Explorer
    ExpressionBlock
    FaceCollector
    FileSelection
    FolderSelection
    Group
    IntegerBlock
    IntegerTable
    Label
    LayerBlock
    LinearDimension
    LineColorFontWidth
    LineFont
    LineWidth
    ListBox
    Microposition
    MultilineString
    ObjectColorPicker
    OnPathDimension
    OrientXpress
    RadiusDimension
    ReverseDirection
    RGBColorPicker
    ScrolledWindow
    SectionBuilder
    SelectElement
    SelectFacetRegion
    SelectFeature
    SelectNode
    SelectObject
    SelectPartFromList
    Separator
    SetList
    SpecifyAxis
    SpecifyCSYS
    SpecifyLocation
    SpecifyOrientation
    SpecifyPlane
    SpecifyPoint
    SpecifyVector
    StringBlock
    SuperPoint
    SuperSection
    TabControl
    Table
    TextColorFontWidth
    Toggle
    Tree
    Wizard
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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 UIBlock : TaggedObject, IMessageSink

    Constructors

    UIBlock()

    Declaration
    protected UIBlock()

    Properties

    Enable

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    Expanded

    Declaration
    public bool Expanded { get; set; }
    Property Value
    Type Description
    System.Boolean

    Group

    Declaration
    public bool Group { get; set; }
    Property Value
    Type Description
    System.Boolean

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    Show

    Declaration
    public bool Show { get; set; }
    Property Value
    Type Description
    System.Boolean

    Type

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    System.String

    Methods

    Focus()

    Declaration
    public void Focus()

    GetProperties()

    Declaration
    public PropertyList GetProperties()
    Returns
    Type Description
    PropertyList

    Implements

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