autofocus method

AzButton autofocus()

Implementation

AzButton autofocus(){
  _autofocus = true;
  return this;
}