Class RadApplicationMenuDropDownElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadApplicationMenuDropDownElement : RadElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
RadApplicationMenuDropDownElement()
Declaration
public RadApplicationMenuDropDownElement()
Properties
BottomContentElement
Declaration
public RadApplicationMenuContentElement BottomContentElement { get; }
Property Value
RadApplicationMenuContentElement
|
ContentElement
Declaration
public RadApplicationMenuContentElement ContentElement { get; }
Property Value
RadApplicationMenuContentElement
|
MenuElement
Declaration
public RadDropDownMenuElement MenuElement { get; }
Property Value
RadDropDownMenuElement
|
RightColumnWidth
Declaration
public int RightColumnWidth { get; set; }
Property Value
System.Int32
|
TopContentElement
Declaration
public RadApplicationMenuContentElement TopContentElement { get; }
Property Value
RadApplicationMenuContentElement
|
TopRightContentElement
Declaration
public RadDropDownMenuElement TopRightContentElement { get; }
Property Value
RadDropDownMenuElement
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|