| Visual Basic (Declaration) | |
|---|---|
Public Property PaintCharacter As Boolean | |
| C# | |
|---|---|
public bool PaintCharacter {get; set;} | |
Property Value
BooleanWhen this propety is set to False, the drawing of the current character is left entirely up to the developer.
| dbicDigit | Send comments on this topic. |
| PaintCharacter Property | |
| See Also | |
|
| dbicDigit Assembly > Dbi.WinControl.Digit Namespace > UserDrawnCharacterEventArgs Class : PaintCharacter Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property PaintCharacter As Boolean | |
| C# | |
|---|---|
public bool PaintCharacter {get; set;} | |