_OLECWINDOW Enum

Definition

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

public enum class _OLECWINDOW
public enum class _OLECWINDOW
enum _OLECWINDOW
public enum _OLECWINDOW
type _OLECWINDOW = 
Public Enum _OLECWINDOW
Inheritance
_OLECWINDOW

Fields

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.

olecWindowFrameOwner 1

Represents the parent window of the component, if the component has a parent window.

olecWindowFrameToplevel 0

Indicates that the caller requires a displayed dialog box that is parented by the component.

Applies to