C# Class SidebarLibrary.WinControls.ArrowButton

Inheritance: System.Windows.Forms.Button
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
DrawArrowState void
DrawBackground void
DrawImage void
OnPaint void
RequestMouseLeaveMessage void

Public Methods

Method Description
ArrowButton ( ) : System
ArrowButton ( ColorPicker colorPicker ) : System

Protected Methods

Method Description
OnGotFocus ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
DrawArrowState ( Graphics g, DrawState state ) : void
DrawBackground ( Graphics g, DrawState state ) : void
DrawImage ( Graphics g, DrawState state, Image image, int x, int y ) : void
OnPaint ( PaintEventArgs pe ) : void
RequestMouseLeaveMessage ( IntPtr hWnd ) : void

Method Details

ArrowButton() public method

public ArrowButton ( ) : System
return System

ArrowButton() public method

public ArrowButton ( ColorPicker colorPicker ) : System
colorPicker ColorPicker
return System

OnGotFocus() protected method

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseEnter() protected method

protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void