ShouldSerializeCursor Method (FpCombo)
In This Topic
Gets whether the cursor should be serialized.
Syntax
'Declaration
Public Overridable Function ShouldSerializeCursor() As Boolean
'Usage
Dim instance As FpCombo
Dim value As Boolean
value = instance.ShouldSerializeCursor()
public virtual bool ShouldSerializeCursor()
See Also