Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / ListItemInfo Constructor / ListItemInfo Constructor(String)
A System.String value that represents the Text of the ListItemInfo.


In This Topic
    ListItemInfo Constructor(String)
    In This Topic
    Initializes a new instance of the ListItemInfo class with settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String _
    )
    'Usage
     
    
    Dim text As String
     
    Dim instance As New ListItemInfo(text)
    public ListItemInfo( 
       string text
    )

    Parameters

    text
    A System.String value that represents the Text of the ListItemInfo.
    See Also