NavigationItemButton
Represents custom control that is used to navigate to the specific RadRadialMenuItem children.
Definition
Namespace:Telerik.Windows.Controls.RadialMenu
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class NavigationItemButton : Control
Inheritance: objectNavigationItemButton
Constructors
Initializes a new instance of the NavigationItemButton class.
public NavigationItemButton()
Properties
Determines whether the OnApplyTemplate() method and the ApplyTemplateCore() routine is passed.
protected bool IsTemplateApplied { get; }
Methods
Called when the Framework is called. Inheritors should override this method should they have some custom template-related logic. This is done to ensure that the property is properly initialized.
Determines whether the current visual state may be updated.
Builds the current visual state for this instance.
Builds the current visual state for this instance.
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
Creates a RadRadialMenuNavigationItemButtonAutomationPeer.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
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.
Called before the System.Windows.UIElement.MouseEnter event occurs.
protected override void OnMouseEnter(MouseEventArgs e)
The data for the event.
Called before the System.Windows.UIElement.MouseLeave event occurs.
protected override void OnMouseLeave(MouseEventArgs e)
The data for the event.
Occurs when the method has been called and the template is already successfully applied.
protected void OnTemplateApplied()
Resets the theme.
public void ResetTheme()
Re-evaluates the current visual state for the control and updates it if necessary.
protected virtual void UpdateVisualState(bool animate)
True to use transitions during state update, false otherwise.