Class CompositeBlock
Inheritance
System.Object
System.MarshalByRefObject
CompositeBlock
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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