Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / UIStrings Class / Item Property

In This Topic
    Item Property (UIStrings)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As String _
    ) As String
    public string this[ 
       string index
    ]; {get; set;}

    Parameters

    index
    See Also