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


"

The following tables list the members exposed by UserDrawnButtonTextEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnButtonTextEventArgs ConstructorCreates a new instance of the class.  
Top

Public Properties

 NameDescription
public PropertyButtonStateGets the state of the button to be drawn.  
public PropertyCalculatorButtonGets the button being drawn.  
public PropertyFontGets or sets the font of the button text being drawn.  
public PropertyForeColorGets or sets the color used to paint the text in the button.  
public PropertyGraphicsA handle to the graphics object used to draw the button.  
public PropertyPaintTextDetermines if the internal routines of the control should draw the button's text. When the PaintText property is set to False the control does not execute its internal paint routine and the developer has control over the drawing of the button's text.  
public PropertyRectA rectangle representing the area of the button in the control.  
public PropertyTextGets or sets the text string to be be drawn in the button.  
Top

See Also