Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns the pointer to the CUserTool Class object that is associated with a specified command ID.
CUserTool* FindTool(
UINT uiCmdId
) const;
Parameters
- [in] uiCmdId
A menu command identifier.
Return Value
A pointer to a CUserTool Class or CUserTool-derived object if success; otherwise NULL.
Remarks
When FindTool is successful, the returned type is the same as the type of the pToolRTC parameter to CWinAppEx::EnableUserTools.
Requirements
Header: afxusertoolsmanager.h