dbicDate Send comments on this topic.
ButtonFillTypeOver Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : ButtonFillTypeOver Property

Gets or sets the pattern used to paint the background of the navigation buttons when the mouse is over them.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ButtonFillTypeOver As enumFillType
C# 
public virtual enumFillType ButtonFillTypeOver {get; set;}

Property Value

enumFillType

Remarks

If set to a value of Default, the ButtonFillType will be used instead.

Requirements

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

See Also