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

Determines 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.

Syntax

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

Property Value

Boolean

Requirements

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

See Also