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

content
The content to display.
transition
The type of transition to use.
Displays content within the control.

Syntax

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

Parameters

content
The content to display.
transition
The type of transition to use.

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