Back to Devexpress

GalleryDropDown Events

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallerydropdown-dot-underscore-events.md

latest4.3 KB
Original Source

GalleryDropDown Events

Displays an image gallery and custom commands in a popup window.

NameDescription
BeforePopupAllows you to customize the popup menu before it is displayed onscreen. Inherited from PopupMenuBase.
CloseUpOccurs when the PopupMenuBase object is hidden. Inherited from PopupMenuBase.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
GalleryCustomDrawItemImageEnables images of items in the GalleryDropDown control’s gallery to be painted manually.
GalleryCustomDrawItemTextEnables the text of gallery items in the GalleryDropDown control’s gallery to be painted manually.
GalleryFilterMenuItemClickFires when a filter menu item is clicked.
GalleryFilterMenuPopupFires when an end-user invokes the filter menu.
GalleryItemCheckedChangedFires whenever an item’s check state is changed.
GalleryItemClickFires when a Gallery item in the GalleryDropDown control’s gallery is clicked.
GalleryItemDoubleClickFires after a gallery item has been double-clicked.
GalleryItemHoverFires when the mouse pointer hovers over a Gallery item.
GalleryItemLeaveFires when the mouse pointer leaves a Gallery item.
LinkAddedFires immediately after a link has been added to the popup menu. Inherited from PopupMenuBase.
LinkDeletedFires immediately after a link has been removed from the popup menu. Inherited from PopupMenuBase.
MarqueeSelectionCompletedFires when a user has finished selecting gallery items using marquee selection.
PaintMenuBarEnables you to paint the content of the bar displayed to the left of the popup menu. Inherited from PopupMenu.
PopupOccurs when the PopupMenuBase object appears onscreen. Inherited from PopupMenuBase.

See Also

GalleryDropDown Class

GalleryDropDown Members

DevExpress.XtraBars.Ribbon Namespace