A button can be anything with a collider. Assuming you are talking about one of NGUI's stock controls, a button there is a UISprite for the background and a UILabel for the text. To get one of them, you can simply use GetComponent / GetComponentInChildren like any other script.