GroupBox Class

class NXOpen.UIStyler.GroupBox

Bases: NXOpen.UIStyler.StylerItem

Represents a GroupBox for UI Styler.

New in version NX5.0.0.

Properties

Property Description
Sensitivity Returns or sets the sensitivity
Visibility Returns or sets the visibility

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
SetLabel  

Property Detail

Sensitivity

GroupBox.Sensitivity

Returns or sets the sensitivity

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

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) – TRUE if sensitive, FALSE if insensitive

New in version NX5.0.0.

License requirements: None.

Visibility

GroupBox.Visibility

Returns or sets the visibility

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

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) – TRUE if visible, FALSE if invisible

New in version NX5.0.0.

License requirements: None.

Method Detail

SetLabel

GroupBox.SetLabel

Signature SetLabel(strLabel)

Parameters:strLabel (str) – Text label to display in the top line of the group box frame

New in version NX5.0.0.

License requirements: None.