Class Overview Provides operations on controls of type Windows.Forms.NumericUpDown public FormsNumericUpDown (WindowControl src) Description Constructor.
src WindowControl object for the target control. public FormsNumericUpDown (WindowsAppFriend app, AppVar appVar) Description Constructor.
app Application manipulation object. appVar AppVar object for the target control. public Decimal Maximum {get;} Description Returns the maximum value public Decimal Minimum {get;} Description Returns the minimum value public Decimal Value {get;} Description Returns the current value public void EmulateChangeValue (Decimal value)
value Value to use. public void EmulateChangeValue (Decimal value, Async async) Description Sets the current value.
value Value to use. async Asynchronous execution object. JR |