Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CaptionsArrayList Class / Find Method


In This Topic
    Find Method (CaptionsArrayList)
    In This Topic
    Finds a caption in the array that matches the specified name.
    Syntax
    'Declaration
     
    
    Public Function Find( _
       ByVal captionName As String _
    ) As String
    'Usage
     
    
    Dim instance As CaptionsArrayList
    Dim captionName As String
    Dim value As String
     
    value = instance.Find(captionName)
    public string Find( 
       string captionName
    )

    Parameters

    captionName
    See Also