AllowDeleteToNull Property
In This Topic
Gets or set the value indicate whether value will be a null reference (Nothing in Visual Basic) or zero when all text is deleted by delete UI operation.
Syntax
'Declaration
Public Property AllowDeleteToNull As Boolean
'Usage
Dim instance As GcNumber
Dim value As Boolean
instance.AllowDeleteToNull = value
value = instance.AllowDeleteToNull
public bool AllowDeleteToNull {get; set;}
Property Value
A
System.Boolean value indicates whether value will be a null reference (
Nothing in Visual Basic) when all text is deleted by delete UI operation.
See Also