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

min
max
currentValue
allowDecimal
Constructs an EnterNumericTextDialog object.

Syntax

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

Parameters

min
max
currentValue
allowDecimal

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