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

Determines if the current character is a valid one the control can render in its display.

Syntax

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

Property Value

Boolean

Remarks

If false, then the control will leave a blank space in the display by default.

Requirements

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

See Also