C# Class DroidExplorer.ActiveButtons.ActiveButton

An instance of a button which can be added to the ActiveButtons menu.
Inheritance: System.Windows.Forms.Button, IActiveItem, ThemedItem
Datei anzeigen Open project: camalot/droidexplorer Class Usage Examples

Private Properties

Property Type Description
ActiveButton_Paint void
ActiveButton_SystemColorsChanged void
CalcButtonSize void

Public Methods

Method Description
ActiveButton ( ) : System

Initializes a new instance of the ActiveButton class.

Protected Methods

Method Description
Initialize ( ) : void

Initializes this instance.

Private Methods

Method Description
ActiveButton_Paint ( object sender, PaintEventArgs e ) : void

Handles the Paint event of the ActiveButton control.

ActiveButton_SystemColorsChanged ( object sender, EventArgs e ) : void

Handles the SystemColorsChanged event of the ActiveButton control.

CalcButtonSize ( ) : void

Calculates the size of the button.

Method Details

ActiveButton() public method

Initializes a new instance of the ActiveButton class.
public ActiveButton ( ) : System
return System

Initialize() protected method

Initializes this instance.
protected Initialize ( ) : void
return void