HidNumericControl.Value Property

Definition

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

Int64

long long

long

The control value.

Applies to

See also