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

Determines if the internal routines of the control should draw the button.

Syntax

Visual Basic (Declaration) 
Public Property PaintButton As Boolean
C# 
public bool PaintButton {get; set;}

Property Value

Boolean

Remarks

Setting this property to false will disable the internal drawing routines, allowing the developer complete control over the drawing of the button.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also