User->IsGuest) $this->Theme=''; } public function testClick($sender,$param) { if($sender->BackColor==='') $sender->BackColor='blue'; else $sender->BackColor=''; $this->TextBox->focus(); } public function linkClicked($sender,$param) { $sender->Text="Hello World"; } } ?>