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 |
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.
|
Method | Description | |
---|---|---|
OnGalleryDropMenu ( |
Raises the GalleryDropMenu event.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnImageListChanged ( |
Raises the ImageListChanged event.
|
|
OnLostFocus ( |
Raises the LostFocus event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
|
OnSelectedIndexChanged ( |
Raises the SelectedIndexChanged event.
|
|
OnTrackingImage ( |
Raises the SelectedIndexChanged event.
|
Method | Description | |
---|---|---|
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase | ||
MonitorControl ( ComponentFactory.Krypton.Ribbon.KryptonGallery c ) : void | ||
OnControlEnter ( object sender, |
||
OnControlLeave ( object sender, |
||
OnDesignTimeContextMenu ( MouseEventArgs e ) : void | ||
OnGalleryGalleryDropMenu ( object sender, |
||
OnGalleryGotFocus ( object sender, |
||
OnGalleryImageListChanged ( object sender, |
||
OnGalleryLostFocus ( object sender, |
||
OnGallerySelectedIndexChanged ( object sender, |
||
OnGalleryTrackingImage ( object sender, |
||
ProcessCmdKey ( |
||
ShouldSerializeImageLarge ( ) : bool | ||
UnmonitorControl ( ComponentFactory.Krypton.Ribbon.KryptonGallery c ) : void |
public KryptonRibbonGroupGallery ( ) : System | ||
return | System |
protected OnGalleryDropMenu ( |
||
e | An GalleryDropMenuEventArgs containing the event data. | |
return | void |
protected OnGotFocus ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnImageListChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnLostFocus ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of property that has changed. |
return | void |
protected OnSelectedIndexChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnTrackingImage ( |
||
e | An ImageSelectEventArgs containing the event data. | |
return | void |