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


IAppDisplay.ScreenDisplay Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IAppDisplay.ScreenDisplay Property

The nth ScreenDisplay associated with the application.

[Visual Basic .NET]
Public Function get_ScreenDisplay ( _
    ByVal idx As Integer _
) As IScreenDisplay
[C#]
public IScreenDisplay get_ScreenDisplay (
    int idx
);
[C++]
HRESULT get_ScreenDisplay(
  long idx,
  IScreenDisplay** ScreenDisplay
);
[C++]

Parameters idx [in] idx is a parameter of type long ScreenDisplay [out, retval]
ScreenDisplay is a parameter of type IScreenDisplay

Product Availability

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

See Also

IAppDisplay Interface