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


In This Topic
    ResetCanMove Method (ChartShape)
    In This Topic
    Resets whether the object can be moved by the user.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetCanMove() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.ResetCanMove()
    public override void ResetCanMove()
    See Also