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

Determines the text for the control.

Syntax

Visual Basic (Declaration) 
Public Shadows Property Text As String
C# 
public new string Text {get; set;}

Property Value

string

Remarks

The control will accept the following characters:

Numeric: 1 2 3 4 5 6 7 8 9 0

Alphabetic: A C E F G H J L O P S U b c d h i l

Separators: . :

Requirements

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

See Also