public void SetValue(
double val
)Public Sub SetValue (
val As Double
)public:
virtual void SetValue(
double val
) sealedabstract SetValue :
val : float -> unit
override SetValue :
val : float -> unit | ArgumentOutOfRangeException | When value is less than the minimum or greater than the maximum value of the control. |