GalleryDropDown Events
Displays an image gallery and custom commands in a popup window.| Name | Description |
|---|---|
| BeforePopup | Allows you to customize the popup menu before it is displayed onscreen. Inherited from PopupMenuBase. |
| CloseUp | Occurs when the PopupMenuBase object is hidden. Inherited from PopupMenuBase. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| GalleryCustomDrawItemImage | Enables images of items in the GalleryDropDown control’s gallery to be painted manually. |
| GalleryCustomDrawItemText | Enables the text of gallery items in the GalleryDropDown control’s gallery to be painted manually. |
| GalleryFilterMenuItemClick | Fires when a filter menu item is clicked. |
| GalleryFilterMenuPopup | Fires when an end-user invokes the filter menu. |
| GalleryItemCheckedChanged | Fires whenever an item’s check state is changed. |
| GalleryItemClick | Fires when a Gallery item in the GalleryDropDown control’s gallery is clicked. |
| GalleryItemDoubleClick | Fires after a gallery item has been double-clicked. |
| GalleryItemHover | Fires when the mouse pointer hovers over a Gallery item. |
| GalleryItemLeave | Fires when the mouse pointer leaves a Gallery item. |
| LinkAdded | Fires immediately after a link has been added to the popup menu. Inherited from PopupMenuBase. |
| LinkDeleted | Fires immediately after a link has been removed from the popup menu. Inherited from PopupMenuBase. |
| MarqueeSelectionCompleted | Fires when a user has finished selecting gallery items using marquee selection. |
| PaintMenuBar | Enables you to paint the content of the bar displayed to the left of the popup menu. Inherited from PopupMenu. |
| Popup | Occurs when the PopupMenuBase object appears onscreen. Inherited from PopupMenuBase. |
See Also