Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripItem Class / TouchStripItem Constructor / TouchStripItem Constructor(String)
The text.
Example


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

    Parameters

    text
    The text.
    Example
    This example adds custom items to the touch strip.
    See Also