public function __construct($strClassName)
 {
     $this->strClassName = $strClassName;
     $this->objStyle = new MJaxControlStyle();
     //Automatically register with MJaxApplication
     $this->blnModified = true;
     MJaxApplication::RegisterCssClass($this);
 }