GetDayBold Event

       

Occurs when the control needs to display a date, in order to get bold information.

Syntax

Private Sub object_GetDayBold([index As Integer], StartDate As Date, Count As Integer, State( ) As Array)

The DateDblClick event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
index An integer that uniquely identifies a control if it's in a control array.
StartDate A date expression specifying the first date that is displayed.
Count A numeric expression specifying the number of days that are displayed.
State( ) An array of boolean values that specify if a date is bold.

Remarks

The GetDayBold event can be used to set the boldness of days as they are brought into view.