ClassRadApplicationMenuDropDownElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadApplicationMenuDropDownElement : RadElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Inheritance: objectDisposableObjectRadObjectRadElementRadApplicationMenuDropDownElement
Implements:
Inherited Members
Constructors
RadApplicationMenuDropDownElement()
Declaration
public RadApplicationMenuDropDownElement()
Properties
BottomContentElement
Declaration
public RadApplicationMenuContentElement BottomContentElement { get; }
Property Value
ContentElement
Declaration
public RadApplicationMenuContentElement ContentElement { get; }
Property Value
MenuElement
Declaration
public RadDropDownMenuElement MenuElement { get; }
Property Value
TopContentElement
Declaration
public RadApplicationMenuContentElement TopContentElement { get; }
Property Value
TopRightContentElement
Declaration
public RadDropDownMenuElement TopRightContentElement { get; }
Property Value
Methods
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Initializes member fields to their default values. This method is called prior the CreateChildItems one and allows for initialization of members on which child elements depend.
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Measures the space required by the RadElement
Used by the layout system.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
availableSize
The size that is available to the RadElement. The available size can be infinity (to take the full size of the element)
Returns
The minimum size required by the element to be completely visible. Cannot be infinity.
Overrides
Remarks
In this method call to the Measure method of each child must be made.