public override void ForceRedraw() { base.ForceRedraw(); if (widget != null) { widget.ForceRedraw(); } }