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.