ComponentOne Basic Library for WPF and Silverlight
SelectedItemOptions Enumeration


C1.WPF Namespace : SelectedItemOptions Enumeration
Determines what part of the selected item should be displayed in the parent C1RadialMenuItem.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum SelectedItemOptions 
   Inherits System.Enum
'Usage
 
Dim instance As SelectedItemOptions
[System.Flags()]
public enum SelectedItemOptions : System.Enum 
Members
MemberDescription
AllAll parts.
HeaderThe header.
IconThe icon.
NoneNone.
Remarks
Note, the options don't include item check sign. It is always shown for checked items.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.SelectedItemOptions

See Also

Reference

C1.WPF Namespace