InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBox Class / GetItemText Method

In This Topic
    GetItemText Method (InputComboBox)
    In This Topic
    Returns the text representation of the specified item.
    Syntax
    'Declaration
     
    Public Function GetItemText( _
       ByVal item As Object _
    ) As String
    public string GetItemText( 
       object item
    )

    Parameters

    item
    See Also