| ImageButton() | ใช้สร้าง Object ImageButton |
|---|
method:ImageButton ( Context context )
return type:ImageButton
content:ใช้สร้าง Object ImageButton
example:public class AndroidBamboo extends Activity { public void onCreate( Bundle savedInstanceState ) { super.onCreate ( savedInstanceState ); ImageButton imageButton = new ImageButton ( this ); setContentView( imageButton ); } }