This class represents the popup of a RadRibbonBarGroup. The contents of the group are placed in this popup when the group is collapsed.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadRibbonBarGroupDropDownMenu : RadDropDownButtonPopup, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IPopupControl, IItemsControl
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadPopupControlBaseRadItemsPopupControlRadDropDownMenuRadDropDownButtonPopupRadRibbonBarGroupDropDownMenu...
Implements:
Inherited Members
Constructors
public RadRibbonBarGroupDropDownMenu(RadRibbonBarGroupDropDownButtonElement element)
Properties
Gets or sets the theme class name for the drop-down menu. The theme class name resolution follows a hierarchy: checking owner inheritance, local settings, owner control theme capability, and finally the default class name.
public override string ThemeClassName { get; set; }
Overrides:
Methods
Creates the popup element that will contain the menu items for the drop-down menu.
protected override RadElement CreatePopupElement()
A new RadDropDownMenuElement configured as the popup container.
Overrides:
Initializes the child elements of the drop-down menu, setting up the root element properties and creating the popup element if necessary.
protected override void InitializeChildren()
Overrides: