Desktop Functions: Smart Device Functions:
|
IOleWindow (Interfaces)
Summary: This interface provides methods that allow an application to obtain the handle to the various windows that participate in in-place activation, and also to enter and exit context-sensitive help mode. Several other in-place activation interfaces are derived from this interface. Containers and objects must implement and use these interfaces in order to support in-place activation. C# Definition:/// <summary> /// Implemented and used by containers and objects to obtain window handles /// and manage context-sensitive help. /// </summary> /// <remarks> /// The IOleWindow interface provides methods that allow an application to obtain /// the handle to the various windows that participate in in-place activation, /// and also to enter and exit context-sensitive help mode. /// </remarks> [Guid("00000114-0000-0000-C000-000000000046")] [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)] public interface IOleWindow {
/// <summary> } VB Definition:
<ComImport> _ User-Defined Types:None. Notes:None. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed. |
|