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


IAppDisplay.FocusScreen Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IAppDisplay Interface > IAppDisplay.FocusScreen Property
ArcGIS Developer Help

IAppDisplay.FocusScreen Property

The ScreenDisplay associated with the window the mouse is over. May be a lens window or the main window.

[Visual Basic .NET]
Public ReadOnly Property FocusScreen As IScreenDisplay
[C#]
public IScreenDisplay FocusScreen {get;}
[C++]
HRESULT get_FocusScreen(
  IScreenDisplay** FocusScreen
);
[C++]
Parameters
FocusScreen [out, retval]

FocusScreen is a parameter of type IScreenDisplay**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAppDisplay Interface