dbicList Send comments on this topic.
PrintPageControl Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : PrintPageControl Property

Used to determine if the control should print using the colors as rendered in the form (true) or as described in the PrintItemBackColor Property and PrintItemForeColor Property (false). Default is true.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PrintPageControl As Boolean
C# 
public virtual bool PrintPageControl {get; set;}

Property Value

Boolean

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also