NX Open C++ Reference Guide
|
Represents a UI Block
Created in NX6.0.0.
More...
Public Member Functions | |
bool | Enable () |
Returns the Enable. | |
bool | Expanded () |
Returns the Expanded Created in NX8.5.0. | |
void | Focus () |
Focuses on the block. | |
NXOpen::BlockStyler::PropertyList * | GetProperties () |
Returns the properties of the block. | |
bool | Group () |
Returns the Group Created in NX8.5.0. | |
NXString | Label () |
Returns the Label Created in NX8.5.0. | |
NXString | Name () |
Returns the name of the block or BlockID Created in NX6.0.0. | |
void | SetEnable (bool enable) |
Sets the Enable. | |
void | SetExpanded (bool expanded) |
Sets the Expanded Created in NX8.5.0. | |
void | SetGroup (bool group) |
Sets the Group Created in NX8.5.0. | |
void | SetLabel (const NXString &label) |
Sets the Label Created in NX8.5.0. | |
void | SetLabel (const char *label) |
Sets the Label Created in NX8.5.0. | |
void | SetShow (bool show) |
Sets the Visibility of block. | |
bool | Show () |
Returns the Visibility of block. | |
NXString | Type () |
Returns the type of block Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a UI Block
Created in NX6.0.0.
bool NXOpen::BlockStyler::UIBlock::Enable | ( | ) |
Returns the Enable.
If true, the block is sensitive.
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::UIBlock::Expanded | ( | ) |
Returns the Expanded
Created in NX8.5.0.
License requirements : None
void NXOpen::BlockStyler::UIBlock::Focus | ( | ) |
Focuses on the block.
Use this method for both focus and keyboard focus.
Created in NX6.0.2.
License requirements : None
NXOpen::BlockStyler::PropertyList* NXOpen::BlockStyler::UIBlock::GetProperties | ( | ) |
Returns the properties of the block.
bool NXOpen::BlockStyler::UIBlock::Group | ( | ) |
Returns the Group
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::UIBlock::Label | ( | ) |
Returns the Label
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::UIBlock::Name | ( | ) |
Returns the name of the block or BlockID
Created in NX6.0.0.
License requirements : None
void NXOpen::BlockStyler::UIBlock::SetEnable | ( | bool | enable | ) |
Sets the Enable.
If true, the block is sensitive.
Created in NX8.5.0.
License requirements : None
enable | enable |
void NXOpen::BlockStyler::UIBlock::SetExpanded | ( | bool | expanded | ) |
Sets the Expanded
Created in NX8.5.0.
License requirements : None
expanded | expanded |
void NXOpen::BlockStyler::UIBlock::SetGroup | ( | bool | group | ) |
void NXOpen::BlockStyler::UIBlock::SetLabel | ( | const NXString & | label | ) |
void NXOpen::BlockStyler::UIBlock::SetLabel | ( | const char * | label | ) |
void NXOpen::BlockStyler::UIBlock::SetShow | ( | bool | show | ) |
Sets the Visibility of block.
If true, the block is visible. Otherwise invisible. This is readonly property for dialog and will be always true for dialog.
Created in NX8.5.0.
License requirements : None
show | show |
bool NXOpen::BlockStyler::UIBlock::Show | ( | ) |
Returns the Visibility of block.
If true, the block is visible. Otherwise invisible. This is readonly property for dialog and will be always true for dialog.
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::UIBlock::Type | ( | ) |
Returns the type of block
Created in NX6.0.0.
License requirements : None