NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.BlockStyler.TabControl Class Reference

Represents a Tab Control layout More...

Inheritance diagram for NXOpen.BlockStyler.TabControl:
NXOpen.BlockStyler.UIBlock NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe int[] GetHiddenTabPages ()
 Gets the HiddenTabPages. More...
 
unsafe void SetHiddenTabPages (int[] hiddenTabs)
 Sets the HiddenTabPages entered. More...
 
- Public Member Functions inherited from NXOpen.BlockStyler.UIBlock
unsafe void Focus ()
 Focuses on the block. More...
 
unsafe
NXOpen.BlockStyler.PropertyList 
GetProperties ()
 Returns the properties of the block More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe int ActivePage [get, set]
 Returns or sets the ActivePage More...
 
unsafe bool HighQualityBitmap [get, set]
 Returns or sets the HighQualityBitmap More...
 
unsafe bool Localize [get, set]
 Returns or sets the Localize More...
 
unsafe
NXOpen.BlockStyler.PropertyList 
Members [get]
 Returns the Members More...
 
unsafe bool RetainValue [get, set]
 Returns or sets the RetainValue More...
 
unsafe int TabsPerRow [get, set]
 Returns or sets the TabsPerRow More...
 
- Properties inherited from NXOpen.BlockStyler.UIBlock
unsafe bool Enable [get, set]
 Returns or sets the Enable. More...
 
unsafe bool Expanded [get, set]
 Returns or sets the Expanded More...
 
unsafe bool Group [get, set]
 Returns or sets the Group More...
 
unsafe string Label [get, set]
 Returns or sets the Label More...
 
unsafe string Name [get]
 Returns the name of the block or BlockID More...
 
unsafe bool Show [get, set]
 Returns or sets the Visibility of block. More...
 
unsafe string Type [get]
 Returns the type of block More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a Tab Control layout

Created in NX8.5.0

Member Function Documentation

unsafe int [] NXOpen.BlockStyler.TabControl.GetHiddenTabPages ( )
inline

Gets the HiddenTabPages.

This method returns an integer array of the HiddenTabPages. If the number of Tab Pages defined is 5 for a Tab Control, they will be indexed 0 to 4. If the first and third Tab Pages are hidden, the result returned will be [ 0, -1, 2, -1, -1 ]. Any negative integer value will show the Tab Page, using -1 simply to demonstrate.

Created in NX10.0.1

License requirements: None.

Returns
unsafe void NXOpen.BlockStyler.TabControl.SetHiddenTabPages ( int[]  hiddenTabs)
inline

Sets the HiddenTabPages entered.

If the number of Tab Pages defined is 5 for a Tab Control, they will be indexed 0 to 4. Entering an array of [ 0, -1, 2, -1, -1 ] will result in the first and third Tab Pages being hidden. Any negative integer value will show the Tab Page, using -1 simply to demonstrate.

Created in NX10.0.1

License requirements: None.

Parameters
hiddenTabsArray of Tab Pages defined. To hide a Tab Page, value entered has to map directly to the index being set.

Property Documentation

unsafe int NXOpen.BlockStyler.TabControl.ActivePage
getset

Returns or sets the ActivePage

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.TabControl.HighQualityBitmap
getset

Returns or sets the HighQualityBitmap

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.TabControl.Localize
getset

Returns or sets the Localize

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.BlockStyler.PropertyList NXOpen.BlockStyler.TabControl.Members
get

Returns the Members

Created in NX8.5.0

License requirements: None.

unsafe bool NXOpen.BlockStyler.TabControl.RetainValue
getset

Returns or sets the RetainValue

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.BlockStyler.TabControl.TabsPerRow
getset

Returns or sets the TabsPerRow

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.