IInfragisticsWebNumericEditwValue Property |
Returns or sets a control value.
Namespace:
SmartBear.TestLeft.TestObjects.Web.Infragistics
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax Property wValue As Integer
Get
Set
Dim instance As IInfragisticsWebNumericEdit
Dim value As Integer
value = instance.wValue
instance.wValue = value
property int wValue {
int get ();
void set (int value);
}
Property Value
Type:
Int32Exceptions See Also