_OLECWINDOW Enum

Definition

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

C++/CX
public enum class _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.

Applies to

Produk Versi
Visual Studio SDK 2015, 2017, 2019, 2022