C# Class Nexus.UI.Controls.StatusButton

A button with a space for a status indicator next to it.
Inheritance: System.Windows.Forms.Control, IStatusProviderAware
ファイルを表示 Open project: NexusMods/NexusModManager-4.5

Private Properties

Property Type Description
m_butButton_Click void
m_butButton_SizeChanged void

Public Methods

Method Description
StatusButton ( ) : System

The default constructor.

Private Methods

Method Description
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

Method Details

StatusButton() public method

The default constructor.
public StatusButton ( ) : System
return System