Class: nlobjTab

nlobjTab

new nlobjTab() → {nlobjTab}

Return a new instance of nlobjTab used for scriptable tab or subtab.
Source:
Returns:
Type
nlobjTab

Methods

setHelpText(help) → {nlobjTab}

set helper text for this tab or subtab.
Parameters:
Name Type Description
help string inline help text used for this tab or subtab
Since:
  • 2008.2
Source:
Returns:
Type
nlobjTab

setLabel(label) → {nlobjTab}

set the label for this tab or subtab.
Parameters:
Name Type Description
label string string used as label for this tab or subtab
Since:
  • 2008.2
Source:
Returns:
Type
nlobjTab