- Contents
 
DesignerCOM API
II3IDTool::IsCommitted Property
get_IsCommitted
Indicates whether or not this tool has been committed (made available to handler developers in Interaction Designer).
IDL Function Prototype
HRESULT IsCommitted(
[out, retval] VARIANT_BOOL * ToolIsCommitted
);
C/C++ Syntax
HRESULT get_IsCommitted(VARIANT_BOOL * ToolIsCommitted);
Parameters
- ToolIsCommitted
 - 
 
True if the tool has been committed; otherwise False.
 

 
			 