C# Класс ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupGallery

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

Private Properties

Свойство Тип Описание
CreateView ViewBase
MonitorControl void
OnControlEnter void
OnControlLeave void
OnDesignTimeContextMenu void
OnGalleryGalleryDropMenu void
OnGalleryGotFocus void
OnGalleryImageListChanged void
OnGalleryLostFocus void
OnGallerySelectedIndexChanged void
OnGalleryTrackingImage void
ProcessCmdKey bool
ShouldSerializeImageLarge bool
UnmonitorControl void

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

Метод Описание
Hide ( ) : void

Make the ribbon group gallery hidden.

KryptonRibbonGroupGallery ( ) : System

Initialise a new instance of the KryptonRibbonGroupGallery class.

Show ( ) : void

Make the ribbon group gallery visible.

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

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

Raises the GalleryDropMenu event.

OnGotFocus ( EventArgs e ) : void

Raises the GotFocus event.

OnImageListChanged ( EventArgs e ) : void

Raises the ImageListChanged event.

OnLostFocus ( EventArgs e ) : void

Raises the LostFocus event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

OnSelectedIndexChanged ( EventArgs e ) : void

Raises the SelectedIndexChanged event.

OnTrackingImage ( ImageSelectEventArgs e ) : void

Raises the SelectedIndexChanged event.

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

Метод Описание
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
MonitorControl ( ComponentFactory.Krypton.Ribbon.KryptonGallery c ) : void
OnControlEnter ( object sender, EventArgs e ) : void
OnControlLeave ( object sender, EventArgs e ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnGalleryGalleryDropMenu ( object sender, GalleryDropMenuEventArgs e ) : void
OnGalleryGotFocus ( object sender, EventArgs e ) : void
OnGalleryImageListChanged ( object sender, EventArgs e ) : void
OnGalleryLostFocus ( object sender, EventArgs e ) : void
OnGallerySelectedIndexChanged ( object sender, EventArgs e ) : void
OnGalleryTrackingImage ( object sender, ImageSelectEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeImageLarge ( ) : bool
UnmonitorControl ( ComponentFactory.Krypton.Ribbon.KryptonGallery c ) : void

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

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

Make the ribbon group gallery hidden.
public Hide ( ) : void
Результат void

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

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

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

Raises the GalleryDropMenu event.
protected OnGalleryDropMenu ( GalleryDropMenuEventArgs e ) : void
e GalleryDropMenuEventArgs An GalleryDropMenuEventArgs containing the event data.
Результат void

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

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

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

Raises the ImageListChanged event.
protected OnImageListChanged ( 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 containing the event data.
Результат void

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

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of property that has changed.
Результат void

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 ComponentFactory.Krypton.Toolkit.ImageSelectEventArgs An ImageSelectEventArgs containing the event data.
Результат void

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

Make the ribbon group gallery visible.
public Show ( ) : void
Результат void