C# 클래스 Nexus.UI.Controls.StatusButton

A button with a space for a status indicator next to it.
상속: System.Windows.Forms.Control, IStatusProviderAware
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

Private Properties

프로퍼티 타입 설명
m_butButton_Click void
m_butButton_SizeChanged void

공개 메소드들

메소드 설명
StatusButton ( ) : System

The default constructor.

비공개 메소드들

메소드 설명
m_butButton_Click ( object sender, EventArgs e ) : void

Hanldes the Control.Click even of the button portion of the control.

This raise the click event of this control, so that consumers of this control will see the event coming from this parant control.

m_butButton_SizeChanged ( object sender, EventArgs e ) : void

메소드 상세

StatusButton() 공개 메소드

The default constructor.
public StatusButton ( ) : System
리턴 System