C# Class android.widget.ImageButton

Inheritance: android.widget.ImageView
Mostra file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
ImageButton ( android arg0 )
ImageButton ( android arg0, android arg1 )
ImageButton ( android arg0, android arg1, int arg2 )

Protected Methods

Method Description
ImageButton ( global @__env )
onSetAlpha ( int arg0 ) : bool

Private Methods

Method Description
ImageButton ( )

Method Details

ImageButton() public method

public ImageButton ( android arg0 )
arg0 android

ImageButton() public method

public ImageButton ( android arg0, android arg1 )
arg0 android
arg1 android

ImageButton() public method

public ImageButton ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

ImageButton() protected method

protected ImageButton ( global @__env )
@__env global

onSetAlpha() protected method

protected onSetAlpha ( int arg0 ) : bool
arg0 int
return bool