Method | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
|
XButton ( ) : System |
|
Method | Description | |
---|---|---|
OnMouseDown ( MouseEventArgs e ) : void |
Change appearance when mouse is pressed.
|
|
OnMouseLeave ( |
Repaint the button when the mouse isn't over it.
|
|
OnMouseMove ( MouseEventArgs e ) : void |
Track when the mouse leaves the control when a mouse button is pressed.
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Change appearance when the mouse button is released.
|
|
OnPaint ( PaintEventArgs e ) : void |
|
|
OnPaintBackground ( PaintEventArgs e ) : void |
|
|
OnSystemColorsChanged ( |
|
Method | Description | |
---|---|---|
DrawArrow ( PaintEventArgs e ) : void |
Draws the button with an image.
|
|
DrawText ( PaintEventArgs e ) : void |
Draws the button's text.
|
|
DrawWithImage ( PaintEventArgs e ) : void |
Draws the button with an image.
|
|
DrawWithX ( PaintEventArgs e ) : void |
Draw the button with text.
|
|
GetCorrectVisualStyleArrowElement ( ) : System.Windows.Forms.VisualStyles.VisualStyleElement |
Gets the correct visual style arrow button and in the correct state.
|
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
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 OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnSystemColorsChanged ( |
||
e | ||
return | void |