C# Class Nexus.UI.Controls.StatusButton

A button with a space for a status indicator next to it.
Inheritance: System.Windows.Forms.Control, IStatusProviderAware
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Private Properties

Свойство Type Description
m_butButton_Click void
m_butButton_SizeChanged void

Méthodes publiques

Méthode Description
StatusButton ( ) : System

The default constructor.

Private Methods

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

The default constructor.
public StatusButton ( ) : System
Résultat System