C# Класс ComponentFactory.Krypton.Toolkit.ButtonSpecFormWindowMin

Implementation for the fixed minimize button for krypton form.
Наследование: ButtonSpecFormFixed
Показать файл Открыть проект

Открытые методы

Метод Описание
ButtonSpecFormWindowMin ( KryptonForm form ) : System

Initialize a new instance of the ButtonSpecFormWindowMin class.

GetChecked ( IPalette palette ) : ButtonCheckState

Gets the button checked state.

GetEnabled ( IPalette palette ) : ButtonEnabled

Gets the button enabled state.

GetVisible ( IPalette palette ) : bool

Gets the button visible value.

Защищенные методы

Метод Описание
OnClick ( EventArgs e ) : void

Raises the Click event.

Описание методов

ButtonSpecFormWindowMin() публичный Метод

Initialize a new instance of the ButtonSpecFormWindowMin class.
public ButtonSpecFormWindowMin ( KryptonForm form ) : System
form KryptonForm Reference to owning krypton form instance.
Результат System

GetChecked() публичный Метод

Gets the button checked state.
public GetChecked ( IPalette palette ) : ButtonCheckState
palette IPalette Palette to use for inheriting values.
Результат ButtonCheckState

GetEnabled() публичный Метод

Gets the button enabled state.
public GetEnabled ( IPalette palette ) : ButtonEnabled
palette IPalette Palette to use for inheriting values.
Результат ButtonEnabled

GetVisible() публичный Метод

Gets the button visible value.
public GetVisible ( IPalette palette ) : bool
palette IPalette Palette to use for inheriting values.
Результат bool

OnClick() защищенный Метод

Raises the Click event.
protected OnClick ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void