Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / ResetCanRenderText Method


In This Topic
    ResetCanRenderText Method (PSShape)
    In This Topic
    Resets whether the shape can render its text property.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetCanRenderText() 
    'Usage
     
    
    Dim instance As PSShape
     
    instance.ResetCanRenderText()
    public virtual void ResetCanRenderText()
    See Also