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


In This Topic
    ShouldSerializeCursor Method (SuperEditBase)
    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()
    public virtual new bool ShouldSerializeCursor()
    See Also