Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
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. |