NX Open C++ Reference Guide
|
Represents a Collapsible Group for UI Styler
Created in NX5.0.0.
More...
Public Member Functions | |
bool | CollapseState () |
Returns the collapse-state Created in NX6.0.5. | |
void | SetCollapseState (bool itemVal) |
Sets the collapse-state Created in NX6.0.5. | |
void | SetLabel (const NXString &strLabel) |
Sets label of collapsible group Created in NX6.0.5. | |
void | SetVisibility (bool type) |
Sets the visibility Created in NX6.0.5. | |
bool | Visibility () |
Returns the visibility Created in NX6.0.5. |
Returns the collapse-state
Created in NX6.0.5.
License requirements : None
void NXOpen::UIStyler::CollapsibleGroup::SetCollapseState | ( | bool | itemVal | ) |
Sets the collapse-state
Created in NX6.0.5.
License requirements : None
itemVal | item val |
void NXOpen::UIStyler::CollapsibleGroup::SetLabel | ( | const NXString & | strLabel | ) |
Sets label of collapsible group
Created in NX6.0.5.
License requirements : None
strLabel | Text to be set as label NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::UIStyler::CollapsibleGroup::SetVisibility | ( | bool | type | ) |
Sets the visibility
Created in NX6.0.5.
License requirements : None
type | type |
Returns the visibility
Created in NX6.0.5.
License requirements : None