ArcObjects Library Reference (Display)  

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