IQuickActivate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decreases the time to activate a control by combining loading and initialization into a single call. For more information, see IQuickActivate.
public interface class IQuickActivate
public interface class IQuickActivate
__interface IQuickActivate
[System.Runtime.InteropServices.Guid("CF51ED10-62FE-11CF-BF86-00A0C9034836")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IQuickActivate
[System.Runtime.InteropServices.Guid("CF51ED10-62FE-11CF-BF86-00A0C9034836")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IQuickActivate
[<System.Runtime.InteropServices.Guid("CF51ED10-62FE-11CF-BF86-00A0C9034836")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IQuickActivate = interface
[<System.Runtime.InteropServices.Guid("CF51ED10-62FE-11CF-BF86-00A0C9034836")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IQuickActivate = interface
Public Interface IQuickActivate
- Attributes
Methods
GetContentExtent(SIZEL[]) | |
QuickActivate(QACONTAINER[], QACONTROL[]) | |
SetContentExtent(SIZEL[]) |