protected virtual void MouseOut(UIMouseOverEventArgs args) { m_State = UIComponentState.None; }
protected virtual void MouseOver(UIMouseOverEventArgs args) { m_State = UIComponentState.Hover; }