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


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