Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / CanPrint Property


In This Topic
    CanPrint Property (PSObject)
    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 PSObject
    Dim value As Boolean
     
    instance.CanPrint = value
     
    value = instance.CanPrint
    public virtual bool CanPrint {get; set;}
    See Also