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


"

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

"

Public Properties

 NameDescription
public PropertyBackColorGets or sets the primary background color of the button being drawn.  
public PropertyBackColorToGets or sets the secondary background color of the button being drawn.  
public PropertyButtonStateGets the current state of the button being drawn.  
public PropertyCalculatorButtonDetermines the calculator button that will be drawn  
public PropertyFillTypeGets or sets the background pattern of the button to be drawn.  
public PropertyFontGets or sets the font of the text in the button to be drawn.  
public PropertyForeColorGets or sets the color of the text in the button to be drawn.  
public PropertyGraphicsA handle to the graphics object used to draw the button.  
public PropertyPaintButtonDetermines if the internal routines of the control should draw the button. When the PaintButton property is set to False the control does not execute its internal paint routine and the developer has control over the painting of the button.  
public PropertyRectA rectangle representing the area of the button in the control.  
public PropertyTextGets or sets the text of the button to be drawn.  
Top

See Also