ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As SelectedItemOptions
    [Flags()]
    public enum SelectedItemOptions : System.Enum 
    [Flags()]
    public enum class SelectedItemOptions : public 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