Feedback

  • Contents
 

II3IDTool::Visible Property

get_Visible

Indicates whether or not the tool is visible to the user.

IDL Function Prototype

HRESULT Visible(

   [out, retval] VARIANT_BOOL * ShowTool

);

C/C++ Syntax

HRESULT get_Visible(VARIANT_BOOL * ShowTool);

Parameters

ShowTool

True if the tool is visible to the user; otherwise False.


put_Visible

Sets whether or not the tool is visible to the user

IDL Function Prototype

HRESULT Visible(

   [in] VARIANT_BOOL ShowTool

);

C/C++ Syntax

HRESULT put_Visible(VARIANT_BOOL ShowTool);

Parameters

ShowTool

True makes the tool visible to the user; False makes the tool invisible.