Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / LiteralBoxInfo Class / LiteralBoxInfo Constructor / LiteralBoxInfo Constructor(String)
A System.String indicates the text of the literal box.


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

    Parameters

    text
    A System.String indicates the text of the literal box.
    See Also