C# Class Ionic.WinForms.RepeatButton

A specialized Windows.Forms.Button that offers repeat click behavior while the button is held down.
Inheritance: System.Windows.Forms.Button
Mostra file Open project: zippy1981/XPathVisualizer

Private Properties

Property Type Description
OnTimer void

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs me ) : void
OnMouseUp ( MouseEventArgs me ) : void

Private Methods

Method Description
OnTimer ( object sender, System e ) : void

Method Details

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs me ) : void
me System.Windows.Forms.MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs me ) : void
me System.Windows.Forms.MouseEventArgs
return void