Feedback

  • Contents
 

II3IDParameterDefinition2::TabName Property

get_TabName

Returns the tab name associated with this parameter.

IDL Function Prototype

HRESULT TabName(

   [out, retval] BSTR * TheTabName

);

C/C++ Syntax

HRESULT get_TabName(BSTR * TheTabName);

Parameters

TheTabName

The return value is a string containing the name of the tab.


put_TabName

Assigns a tab name to the parameter. The tab name should be internationalized. You may not change the tab name for a parameter once the associated tool/initiator has been registered.  Assigning a blank string reverts to the default Input/Output tab.

IDL Function Prototype

HRESULT TabName(

   [in] BSTR TheTabName

);

C/C++ Syntax

HRESULT put_TabName(BSTR TheTabName);

Parameters

TheTabName

The string to assign to the parameter's tab name property.