dbicDigit Send comments on this topic.
PaintCharacter Property
See Also 
dbicDigit Assembly > Dbi.WinControl.Digit Namespace > UserDrawnCharacterEventArgs Class : PaintCharacter Property

Indicates to the control if the default painting routines should be used or not.

Syntax

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

Property Value

Boolean

Remarks

When this propety is set to False, the drawing of the current character is left entirely up to the developer.

Requirements

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

See Also