- Contents
 
DesignerCOM API
II3IDMenuItem::Text Property
get_Text
Returns the text of the menu item in Interaction Designer's Utility Menu.
IDL Function Prototype
HRESULT Text(
[out, retval] BSTR * MenuText
);
C/C++ Syntax
HRESULT get_Text(BSTR * MenuText);
Parameters
- MenuText
 - 
 
The return value is the text displayed in Interaction Designer's pull-down menu.
 

 
			 