Feedback

  • Contents
 

II3IDTool::IsExternal Property

get_IsExternal

Indicates whether or not this tool is an external tool. External tools are tools created by developers. Internal tools are tools created by Interaction Designer itself.

IDL Function Prototype

HRESULT IsExternal(

   [out, retval] VARIANT_BOOL * ToolIsExternal

);

C/C++ Syntax

HRESULT get_IsExternal(VARIANT_BOOL * ToolIsExternal);

Parameters

ToolIsExternal

True if this tool is an external tool created by a developer; False if Designer created this tool.