WatermarkDisplayNull Property (FieldsEditorControl)
In This Topic
Gets or sets the watermark display text when the value is a null reference (
Nothing in Visual Basic) and
FieldsEditorControl is not active.
Syntax
'Declaration
Public Property WatermarkDisplayNull As String
'Usage
Dim instance As FieldsEditorControl
Dim value As String
instance.WatermarkDisplayNull = value
value = instance.WatermarkDisplayNull
public string WatermarkDisplayNull {get; set;}
Property Value
A
System.String value indicates the
WatermarkDisplayNull.
Exceptions
See Also