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

Gets or sets the pattern used to paint the background of the navigation buttons when they are in a down state.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ButtonFillTypeDown As enumFillType
C# 
public virtual enumFillType ButtonFillTypeDown {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