public function __set($strName, $mixValue) {
            switch ($strName) {
                case "Selected":
                    try {
                        $this->blnSelected = QType::Cast($mixValue, QType::Boolean);