C# Class AutoAsparagus.Button

Inheritance: IButton
Show file Open project: henrybauer/AutoAsparagus

Public Methods

Method Description
Destroy ( ) : void

Private Methods

Method Description
Button ( object realButton, ToolbarTypes types ) : System
attachEventHandler ( EventInfo @event, string methodName, object realButton ) : Delegate
clicked ( object realEvent ) : void
detachEventHandler ( EventInfo @event, Delegate d, object realButton ) : void
mouseEntered ( object realEvent ) : void
mouseLeft ( object realEvent ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void