Version

InternalMonthSelected Method

Handles the selection of a single Month object.
Syntax
'Declaration
 
Protected Function InternalMonthSelected( _
   ByVal month As Month, _
   ByVal clearCurrentSelection As Boolean, _
   ByVal select As Boolean, _
   ByVal initialSelection As SelectedDateRanges _
) As Boolean
protected bool InternalMonthSelected( 
   Month month,
   bool clearCurrentSelection,
   bool select,
   SelectedDateRanges initialSelection
)

Parameters

month
Month whose selection state will change.
clearCurrentSelection
Boolean indicating if the current selection should be cleared.
select
Boolean indicating whether to select or unselect the month.
initialSelection
Snapshot of selection state before selection change.

Return Value

Boolean indicating if the selection change succeeded.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also