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


"

The following tables list the members exposed by UserDrawnButtonEventArgs.

"

Public Constructors

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

Public Properties

 NameDescription
public PropertyButtonStatusThe current status of the button being drawn.  
public PropertyGraphicsA handle to the graphics object responsible for the drawing.  
public PropertyPaintButtonDetermines if the internal routines of the control should draw the button.  
public PropertyRectA rectangle representing the area being painted in the control.  
Top

See Also