C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupGallery

Inheritance: KryptonRibbonGroupContainer
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
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.

Protected Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

Hide() public method

Make the ribbon group gallery hidden.
public Hide ( ) : void
return void

KryptonRibbonGroupGallery() public method

Initialise a new instance of the KryptonRibbonGroupGallery class.
public KryptonRibbonGroupGallery ( ) : System
return System

OnGalleryDropMenu() protected method

Raises the GalleryDropMenu event.
protected OnGalleryDropMenu ( GalleryDropMenuEventArgs e ) : void
e GalleryDropMenuEventArgs An GalleryDropMenuEventArgs containing the event data.
return void

OnGotFocus() protected method

Raises the GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

OnImageListChanged() protected method

Raises the ImageListChanged event.
protected OnImageListChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

OnLostFocus() protected method

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

OnPropertyChanged() protected method

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of property that has changed.
return void

OnSelectedIndexChanged() protected method

Raises the SelectedIndexChanged event.
protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

OnTrackingImage() protected method

Raises the SelectedIndexChanged event.
protected OnTrackingImage ( ImageSelectEventArgs e ) : void
e ComponentFactory.Krypton.Toolkit.ImageSelectEventArgs An ImageSelectEventArgs containing the event data.
return void

Show() public method

Make the ribbon group gallery visible.
public Show ( ) : void
return void