Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / SelectedItemOptions Enumeration

In This Topic
    SelectedItemOptions Enumeration
    In This Topic
    Determines what part of the selected item should be displayed in the parent C1RadialMenuItem.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum SelectedItemOptions 
       Inherits System.Enum
    [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