IQuickActivate interface
Enables controls and containers to avoid performance bottlenecks on loading controls. It combines the load-time or initialization-time handshaking between the control and its container into a single call.
When to implement
Implement this interface on controls to achieve performance improvements during activation of the control.
If this interface is supported then all methods of this interface must be implemented.
When to use
Containers call this interface on controls to achieve performance improvements in activating the control.
Members
The IQuickActivate interface inherits from the IUnknown interface. IQuickActivate also has these types of members:
Methods
The IQuickActivate interface has these methods.
| Method | Description |
|---|---|
| GetContentExtent |
Gets the content extent of a control. |
| QuickActivate |
Quick activates a control. |
| SetContentExtent |
Sets the content extent of a control. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IQuickActivate is defined as CF51ED10-62FE-11CF-BF86-00A0C9034836 |