ArcObjects Library Reference (Controls)  

IToolbarBuddy.CurrentTool Property

Current active tool for the buddy.

ERROR: Syntax information about IToolbarBuddy.CurrentTool may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT get_CurrentTool(
  ITool** pTool
);
[C++]
HRESULT putref_CurrentTool(
  ITool* pTool
);
[C++]

Parameters

pTool [out, retval]

  pTool is a parameter of type ITool

pTool [in]

  pTool is a parameter of type ITool

Product Availability

Available with ArcGIS Engine.

Description

The CurrentTool is the tool used to interact with the display area of the  IToolbarControl::Buddy. The IToolbarBuddy references this tool so that it can:

See Also

IToolbarBuddy Interface