C# 클래스 DroidExplorer.ActiveButtons.ActiveButton

An instance of a button which can be added to the ActiveButtons menu.
상속: System.Windows.Forms.Button, IActiveItem, ThemedItem
파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

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