Represents OLE component window values. These values are passed to HwndGetWindow().
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
声明
Public Enumeration _OLECWINDOW
用法
Dim instance As _OLECWINDOW
public enum _OLECWINDOW
public enum class _OLECWINDOW
type _OLECWINDOW
public enum _OLECWINDOW
Members
| Member name | Description | |
|---|---|---|
| olecWindowFrameToplevel | Indicates that the caller requires a displayed dialog box that is parented by the component. | |
| olecWindowFrameOwner | Represents the parent window of the component, if the component has a parent window. | |
| olecWindowComponent | Indicates that the multiple document-interface (MDI) applications will return the MDI frame or the application frame window, but not the MDI client. | |
| olecWindowDlgOwner | Represents the window that owns the component. |