OLEACTIVATE Enumeration

Specifies the type of window being activated in response to a window activation event.

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

Syntax

'Declaration
Public Enumeration OLEACTIVATE
public enum OLEACTIVATE
public enum class OLEACTIVATE
type OLEACTIVATE
public enum OLEACTIVATE

Members

Member name Description
OLEACTIVATE_DOCWINDOW Indicates that a document window is being activated.
OLEACTIVATE_FRAMEWINDOW Indicates that a frame window is being activated.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace