Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / TextBoxWatermarkCellType Class / TextBoxWatermarkCellType Constructor / TextBoxWatermarkCellType Constructor(String)
The text to place in the control when watermarked.


In This Topic
    TextBoxWatermarkCellType Constructor(String)
    In This Topic
    Creates a new ASP.NET AJAX extender text box watermark cell.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal watermark As String _
    )
    'Usage
     
    
    Dim watermark As String
     
    Dim instance As New TextBoxWatermarkCellType(watermark)
    public TextBoxWatermarkCellType( 
       string watermark
    )

    Parameters

    watermark
    The text to place in the control when watermarked.
    See Also