Method | Description | |
---|---|---|
ImageButton ( ) : System.Drawing |
Image Button
|
Method | Description | |
---|---|---|
OnGotFocus ( System e ) : void | ||
OnKeyDown ( |
||
OnLostFocus ( System e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |