ArcFM Desktop Developer Guide
SetWatermark Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Sub SetWatermark( _
   ByVal textBox As TextBox, _
   ByVal watermarkText As String _
) 
'Usage
 
Dim textBox As TextBox
Dim watermarkText As String
 
TextBoxExtensions.SetWatermark(textBox, watermarkText)
[Extension()]
public static void SetWatermark( 
   TextBox textBox,
   string watermarkText
)

Parameters

textBox
watermarkText
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TextBoxExtensions Class
TextBoxExtensions Members

 

 


Send Comment