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


IAppDisplay.ScreenDisplay 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.ScreenDisplay Property
ArcGIS Developer Help

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