InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / StyleColorSet Class / Item Property

In This Topic
    Item Property (StyleColorSet)
    In This Topic
    Gets or sets a Color associated with the specified StyleColor.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal styleColor As StyleColor _
    ) As Color
    public Color this[ 
       StyleColor styleColor
    ]; {get; set;}

    Parameters

    styleColor
    See Also