C# Class iMon.XBMC.NavigationButton

Inheritance: System.Windows.Forms.Button
Datei anzeigen Open project: Montellese/xbmc-on-imon

Private Properties

Property Type Description

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
NavigationButton ( ) : System

Protected Methods

Method Description
OnClick ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

NavigationButton() public method

public NavigationButton ( ) : System
return System

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e System.EventArgs
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