public bool IsReady()
    {
        UIBHighlightStateControl component = base.GetComponent <UIBHighlightStateControl>();

        return((component != null) && component.IsReady());
    }