Chunyan, you can change the key to turn on/off the widget with ,for example ,'x' key: any_widget->SetKeyPressActivationValue("x"); or programatically with any_widget->On(); any_widget->Off(); regards, Dean