PropertyPage Class

class NXOpen.UIStyler.PropertyPage

Bases: NXOpen.UIStyler.StylerItem

Represents 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 @return attachment object
IsEqualTo Equates two styler items @return
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 Sensitivity()

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Sensitivity(type)

Parameters: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 Visibility()

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Visibility(type)

Parameters: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.