In This Topic
Gets whether the control contains a null value.
Syntax
'Declaration
Public Overridable Function IsNull() As Boolean
'Usage
Dim instance As FpCombo
Dim value As Boolean
value = instance.IsNull()
public virtual bool IsNull()
Return Value
Whether the control contains a null value.
See Also