Class UIBlock
Inheritance
System.Object
System.MarshalByRefObject
UIBlock
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 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