dbicCalc Send comments on this topic.
UserDrawnDisplayAreaEventArgs Class Members
See Also  Properties 
dbicCalc Assembly > Dbi.WinControl.Calc Namespace : UserDrawnDisplayAreaEventArgs Class


"

The following tables list the members exposed by UserDrawnDisplayAreaEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnDisplayAreaEventArgs ConstructorCreates a new instance of the UserDrawnDisplayAreaEventArgs Class  
Top

Public Properties

 NameDescription
public PropertyGraphicsA handle to the graphics object used to draw the display area.  
public PropertyPaintDisplayArea

Determines if the internal routines of the control should draw the display area. When the PaintDisplayArea property is set to False the control does not execute its internal paint routine and the developer has control over the painting of the display area.

 
public PropertyRectA rectangle representing the dimensions of the Display Area in the control.  
public PropertyTextDetermines the current text of the Display area.  
Top

See Also