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


"

The following tables list the members exposed by UserDrawnCharacterEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnCharacterEventArgs ConstructorInitializes a new instance of the UserDrawnCharacterEventArgs Class  
Top

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