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

Наследование: KryptonButton
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShouldSerializeStateCheckedNormal bool
ShouldSerializeStateCheckedPressed bool
ShouldSerializeStateCheckedTracking bool

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

Метод Описание
KryptonCheckButton ( ) : System

Initialize a new instance of the KryptonCheckButton class.

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

Метод Описание
CreateButtonValues ( NeedPaintHandler needPaint ) : ButtonValues

Creates a values storage object appropriate for control.

OnCheckedChanged ( EventArgs e ) : void

Raises the CheckedChanged event.

OnCheckedChanging ( CancelEventArgs e ) : void

Raises the CheckedChanging event.

OnClick ( EventArgs e ) : void

Raises the Click event.

OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles a change in the property of an attached command.

OnGotFocus ( EventArgs e ) : void

Raises the GotFocus event.

OnKryptonCommandChanged ( EventArgs e ) : void

Raises the KryptonCommandChanged event.

OnLostFocus ( EventArgs e ) : void

Raises the LostFocus event.

Приватные методы

Метод Описание
ShouldSerializeStateCheckedNormal ( ) : bool
ShouldSerializeStateCheckedPressed ( ) : bool
ShouldSerializeStateCheckedTracking ( ) : bool

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

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

Creates a values storage object appropriate for control.
protected CreateButtonValues ( NeedPaintHandler needPaint ) : ButtonValues
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат ButtonValues

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

Initialize a new instance of the KryptonCheckButton class.
public KryptonCheckButton ( ) : System
Результат System

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

Raises the CheckedChanged event.
protected OnCheckedChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Результат void

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

Raises the CheckedChanging event.
protected OnCheckedChanging ( CancelEventArgs e ) : void
e CancelEventArgs A CancelEventArgs containing the event data.
Результат void

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

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

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

Handles a change in the property of an attached command.
protected OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.PropertyChangedEventArgs A PropertyChangedEventArgs that contains the event data.
Результат void

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

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

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

Raises the KryptonCommandChanged event.
protected OnKryptonCommandChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Результат void

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

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