NX Open C++ Reference Guide
|
Represents a RowColumn for UI Styler
Created in NX5.0.0.
More...
Public Member Functions | |
bool | Sensitivity () |
Returns the sensitivity 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::RowColumn::SetSensitivity | ( | bool | type | ) |
Sets the sensitivity
Created in NX5.0.0.
License requirements : None
type | TRUE if sensitive, FALSE if insensitive |
void NXOpen::UIStyler::RowColumn::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