ClassDropDownMenu
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
DropDownMenu()
Declaration
public DropDownMenu()
Methods
ClearContainerForItemOverride(DependencyObject, object)
When overridden in a derived class, undoes the effects of the method.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
The container element.
item
The Item.
Overrides
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
Overrides
IsItemItsOwnContainerProtected(object)
Determines if the specified item is RadMenuItem.
Declaration
protected override bool IsItemItsOwnContainerProtected(object item)
Parameters
item
The item to check.
Returns
True if the item is RadMenuItem; otherwise, false.
Overrides
OnApplyTemplate()
Invoked whenever the template is applied to the DropDownMenu.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
PrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
Element used to display the specified item.
item
Specified item.
Overrides