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


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