HidNumericControl.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the numeric value for a given control.
public:
property long long Value { long long get(); void set(long long value); };
long Value();
void Value(long value);
public long Value { get; set; }
var int64 = hidNumericControl.value;
hidNumericControl.value = int64;
Public Property Value As Long
Property Value
The control value.