ESRI.ArcGIS.Mobile.Client
ShowContent(Object) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace > TransitionContentControl Class > ShowContent Method : ShowContent(Object) Method

content
The content to display.
Displays content within the control.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ShowContent( _
   ByVal content As Object _
) 
C# 
public void ShowContent( 
   object content
)

Parameters

content
The content to display.

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