Hi, This is how I did: private void on_viewToolbar_activate (object obj, EventArgs args) { mainHandleBox.Visible = viewToolbar.Active; } viewToolbar is the CheckMenuItem mainHandleBox is the HandleBox which hosts the toolbar. Hope helps Ecmel