Spread ASP.NET 6.0 Product Documentation
TextBoxWatermarkCellType Constructor(String)
See Also  Send Feedback
FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > TextBoxWatermarkCellType Class > TextBoxWatermarkCellType Constructor : TextBoxWatermarkCellType Constructor(String)


watermark
The text to place in the control when watermarked.

Glossary Item Box

Creates a new ASP.NET AJAX extender text box watermark cell.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal watermark As String _
)
Visual Basic (Usage)Copy Code
Dim watermark As String
 
Dim instance As New TextBoxWatermarkCellType(watermark)
C# 
public TextBoxWatermarkCellType( 
   string watermark
)

Parameters

watermark
The text to place in the control when watermarked.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.