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

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

Private Properties

Свойство Тип Описание
OnTrackingTick void
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.

KryptonContextMenuImageSelect ( ) : System

Initialize a new instance of the KryptonContextMenuImageSelect class.

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.

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

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

Raises the SelectedIndexChanged event.

OnTrackingImage ( ImageSelectEventArgs e ) : void

Raises the SelectedIndexChanged event.

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

Метод Описание
OnTrackingTick ( object sender, EventArgs e ) : void
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

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

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

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

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

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

Raises the SelectedIndexChanged event.
protected OnTrackingImage ( ImageSelectEventArgs e ) : void
e ImageSelectEventArgs An ImageSelectEventArgs containing the event data.
Результат 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