This document is archived and information here might be outdated. Recommended version. |
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**