NX Open C++ Reference Guide
|
Represents a GroupBox for UI Styler. More...
Public Member Functions | |
bool | Sensitivity () |
Returns the sensitivity Created in NX5.0.0. | |
void | SetLabel (const NXString &strLabel) |
Created in NX5.0.0. | |
void | SetSensitivity (bool type) |
Sets the sensitivity Created in NX5.0.0. | |
void | SetVisibility (bool type) |
Sets the visibility Created in NX5.0.0. | |
bool | Visibility () |
Returns the visibility Created in NX5.0.0. |
Returns the sensitivity
Created in NX5.0.0.
License requirements : None
void NXOpen::UIStyler::GroupBox::SetLabel | ( | const NXString & | strLabel | ) |
Created in NX5.0.0.
License requirements : None
strLabel | Text label to display in the top line of the group box frame NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::UIStyler::GroupBox::SetSensitivity | ( | bool | type | ) |
Sets the sensitivity
Created in NX5.0.0.
License requirements : None
type | TRUE if sensitive, FALSE if insensitive |
void NXOpen::UIStyler::GroupBox::SetVisibility | ( | bool | type | ) |
Sets the visibility
Created in NX5.0.0.
License requirements : None
type | TRUE if visible, FALSE if invisible |
Returns the visibility
Created in NX5.0.0.
License requirements : None