ESRI.ArcGIS.Mobile.Client
ShowHelp Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Windows Namespace > HelpWindow Class : ShowHelp Method

helpSource
Displays the content of a given Uri in the window.

Syntax

Visual Basic (Declaration) 
Public Sub ShowHelp( _
   ByVal helpSource As Uri _
) 
C# 
public void ShowHelp( 
   Uri helpSource
)

Parameters

helpSource

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also