TabControl Class¶
-
class
NXOpen.BlockStyler.TabControl¶ Bases:
NXOpen.BlockStyler.UIBlockRepresents a Tab Control layout
New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| ActivePage | Returns or sets the ActivePage |
| Enable | Returns or sets the Enable. |
| Expanded | Returns or sets the Expanded |
| Group | Returns or sets the Group |
| HighQualityBitmap | Returns or sets the HighQualityBitmap |
| Label | Returns or sets the Label |
| Localize | Returns or sets the Localize |
| Members | Returns the Members |
| Name | Returns the name of the block or BlockID |
| RetainValue | Returns or sets the RetainValue |
| Show | Returns or sets the Visibility of block. |
| TabsPerRow | Returns or sets the TabsPerRow |
| Tag | Returns the Tag for this object. |
| Type | Returns the type of block |
Methods¶
| Method | Description |
|---|---|
| Focus | Focuses on the block. |
| GetHiddenTabPages | Gets the HiddenTabPages. |
| GetProperties | Returns the properties of the block |
| SetHiddenTabPages | Sets the HiddenTabPages entered. |
Property Detail¶
ActivePage¶
-
TabControl.ActivePage¶ Returns or sets the ActivePage
-------------------------------------Getter Method
Signature
ActivePageReturns: Return type: int New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ActivePageParameters: pageIndex (int) – New in version NX8.5.0.
License requirements: None.
HighQualityBitmap¶
-
TabControl.HighQualityBitmap¶ Returns or sets the HighQualityBitmap
-------------------------------------Getter Method
Signature
HighQualityBitmapReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HighQualityBitmapParameters: highQuality (bool) – New in version NX8.5.0.
License requirements: None.
Localize¶
-
TabControl.Localize¶ Returns or sets the Localize
-------------------------------------Getter Method
Signature
LocalizeReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LocalizeParameters: localize (bool) – New in version NX8.5.0.
License requirements: None.
Members¶
-
TabControl.Members¶ Returns the Members
-------------------------------------Getter Method
Signature
MembersReturns: Return type: NXOpen.BlockStyler.PropertyListNew in version NX8.5.0.
License requirements: None.
RetainValue¶
-
TabControl.RetainValue¶ Returns or sets the RetainValue
-------------------------------------Getter Method
Signature
RetainValueReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RetainValueParameters: retain (bool) – New in version NX8.5.0.
License requirements: None.
TabsPerRow¶
-
TabControl.TabsPerRow¶ Returns or sets the TabsPerRow
-------------------------------------Getter Method
Signature
TabsPerRowReturns: Return type: int New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TabsPerRowParameters: numTabs (int) – New in version NX8.5.0.
License requirements: None.