DropDownMenu
A class used for the DropDown menu of the TabControl.
Definition
Namespace:Telerik.Windows.Controls.TabControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class DropDownMenu : RadContextMenu
Inheritance: objectMenuBaseRadContextMenuDropDownMenu
Inherited Members
Constructors
public DropDownMenu()
Methods
When overridden in a derived class, undoes the effects of the method.
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
The container element.
itemobjectThe Item.
Overrides:
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
Overrides:
Determines if the specified item is RadMenuItem.
protected override bool IsItemItsOwnContainerProtected(object item)
The item to check.
Returns:True if the item is RadMenuItem; otherwise, false.
Overrides:
Invoked whenever the template is applied to the DropDownMenu.
public override void OnApplyTemplate()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.
Overrides: