ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / UIStrings Class / GetValueAt Method
The string index.

In This Topic
    GetValueAt Method (UIStrings)
    In This Topic
    Gets the string by its index.
    Syntax
    'Declaration
     
    Public Function GetValueAt( _
       ByVal index As System.Integer _
    ) As System.String
    public System.string GetValueAt( 
       System.int index
    )

    Parameters

    index
    The string index.

    Return Value

    The string.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also