PropertyPage Class¶
-
class
NXOpen.UIStyler.PropertyPage¶ Bases:
NXOpen.UIStyler.StylerItemRepresents a PropertyPage for UI Styler
New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| Sensitivity | Returns or sets the sensitivity of property page. |
| Visibility | Returns or sets the visibility of the dialog item. |
Methods¶
| Method | Description |
|---|---|
| Dispose | Free resources associated with the instance. |
| GetItemType | Gets the dialog item type. |
| InitializeAttachment | Returns initialized dialog item attachment information |
| IsEqualTo | Equates two styler items |
| SetAttachment | Specifies the updated dialog item attachment information |
| SetFocus | Sets focus |
| SetLabel | Specifies descriptive text to display for the dialog item. |
Property Detail¶
Sensitivity¶
-
PropertyPage.Sensitivity¶ Returns or sets the sensitivity of property page.
-------------------------------------Getter Method
Signature
SensitivityReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SensitivityParameters: type (bool) – New in version NX5.0.0.
License requirements: None.
Visibility¶
-
PropertyPage.Visibility¶ Returns or sets the visibility of the dialog item.
-------------------------------------Getter Method
Signature
VisibilityReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VisibilityParameters: type (bool) – New in version NX5.0.0.
License requirements: None.
Method Detail¶
SetFocus¶
-
PropertyPage.SetFocus¶ Sets focus
Signature
SetFocus()New in version NX5.0.0.
License requirements: None.
SetLabel¶
-
PropertyPage.SetLabel¶ 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.
Signature
SetLabel(strLabel)Parameters: strLabel (str) – new label New in version NX5.0.0.
License requirements: None.