Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / ResetCanMove Method


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