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

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

Private Properties

Свойство Тип Описание
SetCheckBoxStyle void
SetPaletteRedirect void
ShouldSerializeImageTransparentColor bool
ShouldSerializeImages bool
ShouldSerializeOverrideFocus bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool
this KryptonContextMenuItemBase

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

Метод Описание
GenerateView ( IContextMenuProvider provider, object parent, ViewLayoutStack columns, bool standardStyle, bool imageColumn ) : ViewBase

Returns a view appropriate for this item based on the object it is inside.

KryptonContextMenuCheckBox ( ) : System

Initialize a new instance of the KryptonContextMenuCheckBox class.

KryptonContextMenuCheckBox ( string initialText ) : System

Initialize a new instance of the KryptonContextMenuCheckBox class.

PerformClick ( ) : void

Generates a Click event for the component.

ProcessShortcut ( Keys keyData ) : bool

Test for the provided shortcut and perform relevant action if a match is found.

ToString ( ) : string

Returns a description of the instance.

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

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

Raises the CheckStateChanged event.

OnCheckedChanged ( EventArgs e ) : void

Raises the CheckedChanged event.

OnClick ( EventArgs e ) : void

Raises the Click event.

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

Метод Описание
SetCheckBoxStyle ( LabelStyle style ) : void
SetPaletteRedirect ( PaletteRedirect redirector ) : void
ShouldSerializeImageTransparentColor ( ) : bool
ShouldSerializeImages ( ) : bool
ShouldSerializeOverrideFocus ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool
this ( int index ) : KryptonContextMenuItemBase

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

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

Returns a view appropriate for this item based on the object it is inside.
public GenerateView ( IContextMenuProvider provider, object parent, ViewLayoutStack columns, bool standardStyle, bool imageColumn ) : ViewBase
provider IContextMenuProvider Provider of context menu information.
parent object Owning object reference.
columns ViewLayoutStack Containing columns.
standardStyle bool Draw items with standard or alternate style.
imageColumn bool Draw an image background for the item images.
Результат ViewBase

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

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

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

Initialize a new instance of the KryptonContextMenuCheckBox class.
public KryptonContextMenuCheckBox ( string initialText ) : System
initialText string Initial text for display.
Результат System

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

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

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

Raises the CheckedChanged event.
protected OnCheckedChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs 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

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

Generates a Click event for the component.
public PerformClick ( ) : void
Результат void

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

Test for the provided shortcut and perform relevant action if a match is found.
public ProcessShortcut ( Keys keyData ) : bool
keyData Keys Key data to check against shorcut definitions.
Результат bool

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

Returns a description of the instance.
public ToString ( ) : string
Результат string