Search Results for

    Show / Hide Table of Contents

    Class CompositeBlock

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    CompositeBlock
    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 CompositeBlock : UIBlock, IMessageSink

    Constructors

    CompositeBlock()

    Declaration
    protected CompositeBlock()

    Properties

    Cue

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

    DialogSizing

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

    DialogSizingAsString

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

    LastUpdated

    Declaration
    public UIBlock LastUpdated { get; }
    Property Value
    Type Description
    UIBlock

    NavigationStyle

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

    NavigationStyleAsString

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

    Methods

    FindBlock(String)

    Declaration
    public UIBlock FindBlock(string blockName)
    Parameters
    Type Name Description
    System.String blockName
    Returns
    Type Description
    UIBlock

    GetBlocks()

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

    GetDialogSizingMembers()

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

    GetNavigationStyleMembers()

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

    Implements

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