Function SpinCtrl.this

this(
  int min,
  int max,
  int initialVal = 0,
  dstring labelText = null
);