Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / ShouldSerializeCursor Method


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