- Contents
DesignerCOM API
II3IDStep::Label Property
get_Label
Returns the label associated with this step.
IDL Function Prototype
HRESULT Label(
[out, retval] BSTR * LabelStr
);
C/C++ Syntax
HRESULT get_Label(BSTR * LabelStr);
Parameters
- LabelStr
-
The label for this step.
put_Label
Changes the label displayed for this step in the user interface.
IDL Function Prototype
HRESULT Label(
[in] BSTR LabelStr
);
C/C++ Syntax
HRESULT put_Label(BSTR LabelStr);
Parameters
- LabelStr
-
Changes the value of the label for this step in the user interface.