_OLECWINDOW Enumeration

 

Represents OLE component window values. These values are passed to M:Microsoft.VisualStudio.OLE.Interop.IOleComponent.HwndGetWindow.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

public enum _OLECWINDOW

Member nameDescription
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.

Return to top
Show: