__VSFINDTOOLWIN Enumeration

 

Finds a tool window within the environment.

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

public enum __VSFINDTOOLWIN

Member nameDescription
FTW_fFindFirst

Finds first multiinst tool window (ignores dwToolWinId).

FTW_fForceCreate

Forces a tool window to be created.

FTW_fFrameOnly

Gets the frame; no affect if there's an object behind it.

See vsshell.idl.

Return to top
Show: