SetBasicDatas(string, string, string)
            Sets basic information of the button.
            
Declaration Syntax
public void SetBasicDatas(string caption, string image, string tooltip)
Parameters
- caption(string)
 Caption of the button.
- image(string)
 Image of the button.
- tooltip(string)
 Tooltip of the button.