setValue abstract method

void setValue(
  1. T val
)

Sets the value of the control.

Implementation

void setValue(T val);