Class UIBlock
Inheritance
UIBlock
Implements
IMessageSink
Inherited Members
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 |
---|---|
bool |
Expanded
Declaration
public bool Expanded { get; set; }
Property Value
Type | Description |
---|---|
bool |
Group
Declaration
public bool Group { get; set; }
Property Value
Type | Description |
---|---|
bool |
Label
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Show
Declaration
public bool Show { get; set; }
Property Value
Type | Description |
---|---|
bool |
Type
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Focus()
Declaration
public void Focus()
GetProperties()
Declaration
public PropertyList GetProperties()
Returns
Type | Description |
---|---|
PropertyList |
TestFocusChange()
Declaration
public void TestFocusChange()
Implements
System.Runtime.Remoting.Messaging.IMessageSink