This document is archived and information here might be outdated. Recommended version. |
Provides access to a method that advises the framework that the control user has indicated completion.
The ICompletionNotify interface provides the IToolControl interface a mechanism to report to the application that the ToolControl no longer needs focus.
Name | Description | |
---|---|---|
SetComplete | Advises the framework that the control user has indicated completion. |
Classes | Description |
---|
When a ToolControl object gains focus, an ICompletionNotify object is passed to the ToolControl in the IToolControl::OnFocus method.