ComponentOne Basic Library for WPF and Silverlight
C1RadialMenuItem Class
Members 


C1.Silverlight Namespace : C1RadialMenuItem Class
Represents a selectable item inside a C1RadialMenu control.
Object Model
C1RadialMenuItem Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="NonHighlighted", GroupName="HighlightedStates")>
<System.Windows.TemplateVisualStateAttribute(Name="PointerOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.TemplatePartAttribute(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)>
<System.Windows.TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentControl)>
<System.Windows.TemplatePartAttribute(Name="HeaderPanel", Type=System.Windows.Controls.Grid)>
<System.Windows.TemplatePartAttribute(Name="ExpandButton", Type=System.Windows.Controls.Button)>
<System.Windows.TemplatePartAttribute(Name="CheckElement", Type=System.Windows.FrameworkElement)>
<System.Windows.TemplatePartAttribute(Name="EnterStoryboard", Type=System.Windows.Media.Animation.Storyboard)>
<System.Windows.TemplateVisualStateAttribute(Name="Highlighted", GroupName="HighlightedStates")>
Public Class C1RadialMenuItem 
   Inherits System.Windows.Controls.ItemsControl
'Usage
 
Dim instance As C1RadialMenuItem
[System.Windows.TemplateVisualState(Name="NonHighlighted", GroupName="HighlightedStates")]
[System.Windows.TemplateVisualState(Name="PointerOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.TemplatePart(Name="IconPresenter", Type=System.Windows.Controls.ContentControl)]
[System.Windows.TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentControl)]
[System.Windows.TemplatePart(Name="HeaderPanel", Type=System.Windows.Controls.Grid)]
[System.Windows.TemplatePart(Name="ExpandButton", Type=System.Windows.Controls.Button)]
[System.Windows.TemplatePart(Name="CheckElement", Type=System.Windows.FrameworkElement)]
[System.Windows.TemplatePart(Name="EnterStoryboard", Type=System.Windows.Media.Animation.Storyboard)]
[System.Windows.TemplateVisualState(Name="Highlighted", GroupName="HighlightedStates")]
public class C1RadialMenuItem : System.Windows.Controls.ItemsControl 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  C1.Silverlight.C1RadialMenuItem
                     C1.Silverlight.C1RadialColorItem
                     C1.Silverlight.C1RadialNumericItem

See Also

Reference

C1RadialMenuItem Members
C1.Silverlight Namespace