Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / as Class / Item Property

In This Topic
    Item Property (as)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal key As System.String _
    ) As BaseTheme
    public BaseTheme this[ 
       System.string key
    ]; {get;}

    Parameters

    key
    See Also