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)

public enum OLEACTIVATE

Member nameDescription
OLEACTIVATE_DOCWINDOW

Indicates that a document window is being activated.

OLEACTIVATE_FRAMEWINDOW

Indicates that a frame window is being activated.

From vsshell.idl:

Return to top
Show: