C# Класс Nexus.UI.Controls.StatusButton

A button with a space for a status indicator next to it.
Наследование: System.Windows.Forms.Control, IStatusProviderAware
Показать файл Открыть проект

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