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


"

For a list of all members of this type, see UserDrawnCharacterEventArgs members.

"

Public Properties

 NameDescription
public PropertyCharacterThe character from the control's Text property.  
public PropertyGraphicsA handle to the Graphics object responsible for the drawing.  
public PropertyIsValidDetermines if the current character is a valid one the control can render in its display.  
public PropertyPaintCharacterIndicates to the control if the default painting routines should be used or not.  
public PropertyPositionThe index of the character within the control's Text property.  
public PropertyRectThe rectangle representing the size and location of the area for character in the control's display.  
Top

See Also