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


"

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

"

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