Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ResetCanSize Method


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