C# Класс DroidExplorer.ActiveButtons.ActiveButton

An instance of a button which can be added to the ActiveButtons menu.
Наследование: System.Windows.Forms.Button, IActiveItem, ThemedItem
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ActiveButton_Paint void
ActiveButton_SystemColorsChanged void
CalcButtonSize void

Открытые методы

Метод Описание
ActiveButton ( ) : System

Initializes a new instance of the ActiveButton class.

Защищенные методы

Метод Описание
Initialize ( ) : void

Initializes this instance.

Приватные методы

Метод Описание
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.

Описание методов

ActiveButton() публичный Метод

Initializes a new instance of the ActiveButton class.
public ActiveButton ( ) : System
Результат System

Initialize() защищенный Метод

Initializes this instance.
protected Initialize ( ) : void
Результат void