NX Open C++ Reference Guide
|
Represents a PropertyPage for UI Styler
Created in NX5.0.0.
More...
Public Member Functions | |
bool | Sensitivity () |
Returns the sensitivity of property page. | |
void | SetFocus () |
Sets focus Created in NX5.0.0. | |
void | SetLabel (const NXString &strLabel) |
Specifies descriptive text to display for the dialog item. | |
void | SetSensitivity (bool type) |
Sets the sensitivity of property page. | |
void | SetVisibility (bool type) |
Sets the visibility of the dialog item. | |
bool | Visibility () |
Returns the visibility of the dialog item. |
Represents a PropertyPage for UI Styler
Created in NX5.0.0.
Returns the sensitivity of property page.
Created in NX5.0.0.
License requirements : None
Sets focus
Created in NX5.0.0.
License requirements : None
void NXOpen::UIStyler::PropertyPage::SetLabel | ( | const NXString & | strLabel | ) |
Specifies descriptive text to display for the dialog item.
It should describe the dialog item's intended use. If you specify a bitmap for this dialog item, it uses this text as tooltip text.
Created in NX5.0.0.
License requirements : None
strLabel | new label NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::UIStyler::PropertyPage::SetSensitivity | ( | bool | type | ) |
Sets the sensitivity of property page.
Created in NX5.0.0.
License requirements : None
type | type |
void NXOpen::UIStyler::PropertyPage::SetVisibility | ( | bool | type | ) |
Sets the visibility of the dialog item.
Created in NX5.0.0.
License requirements : None
type | type |
Returns the visibility of the dialog item.
Created in NX5.0.0.
License requirements : None