ESRI.ArcGIS.Mobile.Client
ConvertBack Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace > FolderDepthToMarginConverter Class : ConvertBack Method

value
targetType
parameter
culture
Not implemented. Always returns null

Syntax

Visual Basic (Declaration) 
Public Function ConvertBack( _
   ByVal value As Object, _
   ByVal targetType As Type, _
   ByVal parameter As Object, _
   ByVal culture As CultureInfo _
) As Object
C# 
public object ConvertBack( 
   object value,
   Type targetType,
   object parameter,
   CultureInfo culture
)

Parameters

value
targetType
parameter
culture

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