Search Results for

    Show / Hide Table of Contents

    Class CompositeBlock

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

    Constructors

    CompositeBlock()

    Declaration
    protected CompositeBlock()

    Properties

    Cue

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

    DialogSizing

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

    DialogSizingAsString

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

    LastUpdated

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

    NavigationStyle

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

    NavigationStyleAsString

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

    Methods

    FindBlock(string)

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

    GetBlocks()

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

    GetDialogSizingMembers()

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

    GetNavigationStyleMembers()

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

    SetDialogNavigationResponse(DialogResponse)

    Declaration
    public void SetDialogNavigationResponse(Selection.DialogResponse response)
    Parameters
    Type Name Description
    Selection.DialogResponse response

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX