This document is archived and information here might be outdated.  Recommended version.


IGenericWindow.FindWindow Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IG > IGenericWindow Interface > IGenericWindow.FindWindow Property
ArcGIS Developer Help

IGenericWindow.FindWindow Property

Find an already displayed window.

[Visual Basic .NET]
Public Function get_FindWindow ( _
    ByVal windowName As String _
) As IGenericWindow
[C#]
public IGenericWindow get_FindWindow (
    string windowName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGenericWindow Interface