Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShouldSerializeCanMove Method


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