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


"

The following tables list the members exposed by UserDrawnButtonEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnButtonEventArgs ConstructorCreates a new instance of the UserDrawnButtonEventArgs Class  
Top

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