_OLECWINDOW Enumeration
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
'Declaration
Public Enumeration _OLECWINDOW
public enum _OLECWINDOW
public enum class _OLECWINDOW
type _OLECWINDOW
public enum _OLECWINDOW
Members
Member name | Description | |
---|---|---|
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. | |
olecWindowFrameOwner | Represents the parent window of the component, if the component has a parent window. | |
olecWindowFrameToplevel | Indicates that the caller requires a displayed dialog box that is parented by the component. |