_OLECWINDOW Enum
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.
Represents OLE component window values. These values are passed to Microsoft.VisualStudio.OLE.Interop.IOleComponent.HwndGetWindow.
public enum class _OLECWINDOW
public enum class _OLECWINDOW
enum _OLECWINDOW
public enum _OLECWINDOW
type _OLECWINDOW =
Public Enum _OLECWINDOW
- Inheritance
-
_OLECWINDOW
Fields
Name | Value | Description |
---|---|---|
olecWindowFrameToplevel | 0 | Indicates that the caller requires a displayed dialog box that is parented by the component. |
olecWindowFrameOwner | 1 | Represents the parent window of the component, if the component has a parent window. |
olecWindowComponent | 2 | Indicates that the multiple document-interface (MDI) applications will return the MDI frame or the application frame window, but not the MDI client. |
olecWindowDlgOwner | 3 | Represents the window that owns the component. |