Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ShouldSerializeCanMove Method


In This Topic
    ShouldSerializeCanMove Method (PSObject)
    In This Topic
    Determines if the CanMove property should be serialized.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeCanMove() As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    value = instance.ShouldSerializeCanMove()
    public virtual bool ShouldSerializeCanMove()
    See Also