Class RadRibbonBarGroupDropDownMenu
This class represents the popup of a RadRibbonBarGroup. The contents of the group are placed in this popup when the group is collapsed.
Inheritance
System.Object
RadRibbonBarGroupDropDownMenu
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadRibbonBarGroupDropDownMenu : RadDropDownButtonPopup, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPopupControl, IItemsControl
Constructors
RadRibbonBarGroupDropDownMenu(RadRibbonBarGroupDropDownButtonElement)
Declaration
public RadRibbonBarGroupDropDownMenu(RadRibbonBarGroupDropDownButtonElement element)
Parameters
RadRibbonBarGroupDropDownButtonElement
element
|
Properties
ThemeClassName
Declaration
public override string ThemeClassName { get; set; }
Property Value
System.String
|
Overrides
Methods
CreatePopupElement()
InitializeChildren()
Declaration
protected override void InitializeChildren()
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|