Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / CanPrint Property


In This Topic
    CanPrint Property (BannerShape)
    In This Topic
    Gets or sets whether the container is allowed to print the object.
    Syntax
    'Declaration
     
    
    Public Overridable Property CanPrint As Boolean
    'Usage
     
    
    Dim instance As BannerShape
    Dim value As Boolean
     
    instance.CanPrint = value
     
    value = instance.CanPrint
    public virtual bool CanPrint {get; set;}
    See Also