Spread for ASP.NET 7.0 Product Documentation
TextBoxWatermarkCellType Constructor(String)
See Also  Support Options
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 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.