Share via


CUserToolsManager::GetUserTools

Returns a reference to the list of user tools.

const CObList& GetUserTools() const;

Return Value

A const reference to a CObList Class object that contains a list of user tools.

Remarks

Call this method to retrieve a list of user tools that the CUserToolsManager Class object maintains. Each user tool is represented by an object of type CUserTool Class or a type derived from CUserTool. The type is specified by the pToolRTC parameter when you call CWinAppEx::EnableUserTools to enable user tools.

Requirements

Header: afxusertoolsmanager.h

See Also

Reference

CUserToolsManager Class

Hierarchy Chart