Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ShouldSerializeCursor Method


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