Method | Description | |
---|---|---|
LabelButton ( ) : System |
Constructs a PanelButton
|
Method | Description | |
---|---|---|
GetBackColorShade ( PaintState state ) : Color |
|
|
GetBackColorShade ( PaintState state, Color normalBack ) : Color |
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Set's the button's state and invalidates it to force redrawing.
|
|
OnMouseEnter ( |
|
|
OnMouseLeave ( |
|
|
OnMouseMove ( MouseEventArgs e ) : void |
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Set's the button's state and invalidates it to force redrawing.
|
|
OnPaint ( PaintEventArgs e ) : void |
|
|
OnPaintImage ( PaintEventArgs e ) : void |
Paints the image on the buttons.
|
|
OnPaintText ( PaintEventArgs e ) : void |
Paints the Text on the buttons.
|
Method | Description | |
---|---|---|
DeterminePaintState ( ) : void |
|
|
MouseInBounds ( int x, int y ) : bool |
|
|
OnPaintBackground ( PaintEventArgs e ) : void | ||
SetTextAlignment ( ) : void |
protected GetBackColorShade ( PaintState state ) : Color | ||
state | PaintState | |
return | Color |
protected GetBackColorShade ( PaintState state, Color normalBack ) : Color | ||
state | PaintState | |
normalBack | Color | |
return | Color |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseEnter ( |
||
e | ||
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( 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 OnPaintImage ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintText ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |