ESRI.ArcGIS.Mobile.Client
EnterNumericTextDialog Constructor(Double,Double,Object,Boolean,String)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Dialogs Namespace > EnterNumericTextDialog Class > EnterNumericTextDialog Constructor : EnterNumericTextDialog Constructor(Double,Double,Object,Boolean,String)

min
max
currentValue
allowDecimal
promptString

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal min As Double, _
   ByVal max As Double, _
   ByVal currentValue As Object, _
   ByVal allowDecimal As Boolean, _
   ByVal promptString As String _
)
C# 
public EnterNumericTextDialog( 
   double min,
   double max,
   object currentValue,
   bool allowDecimal,
   string promptString
)

Parameters

min
max
currentValue
allowDecimal
promptString

Requirements

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