Interface IOleWindow
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. See IOleWindow interface
Namespace: Dapplo.Windows.Com
Assembly: Dapplo.Windows.Com.dll
Syntax
public interface IOleWindow
Methods
| Improve this Doc View SourceContextSensitiveHelp(Boolean)
Determines whether context-sensitive help mode should be entered during an in-place activation session.
Declaration
void ContextSensitiveHelp(bool fEnterMode)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | fEnterMode | TRUE if help mode should be entered; FALSE if it should be exited. |
GetWindow(out IntPtr)
Retrieves a handle to one of the windows participating in in-place activation (frame, document, parent, or in-place object window)
Declaration
void GetWindow(out IntPtr phwnd)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | phwnd | A pointer to a variable that receives the window handle. |