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
Afficher le fichier Open project: camalot/droidexplorer Class Usage Examples

Private Properties

Свойство Type Description
ActiveButton_Paint void
ActiveButton_SystemColorsChanged void
CalcButtonSize void

Méthodes publiques

Méthode Description
ActiveButton ( ) : System

Initializes a new instance of the ActiveButton class.

Méthodes protégées

Méthode Description
Initialize ( ) : void

Initializes this instance.

Private Methods

Méthode 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 méthode

Initializes a new instance of the ActiveButton class.
public ActiveButton ( ) : System
Résultat System

Initialize() protected méthode

Initializes this instance.
protected Initialize ( ) : void
Résultat void