バージョン

InternalMonthRangeSelected メソッド

Month オブジェクトの範囲選択を処理します。
シンタックス
'宣言
 
Protected Function InternalMonthRangeSelected( _
   ByVal pivotMonth As Month, _
   ByVal selectedItemMonth As Month, _
   ByVal clearCurrentSelection As Boolean, _
   ByVal select As Boolean, _
   ByVal initialSelection As SelectedDateRanges _
) As Boolean
protected bool InternalMonthRangeSelected( 
   Month pivotMonth,
   Month selectedItemMonth,
   bool clearCurrentSelection,
   bool select,
   SelectedDateRanges initialSelection
)

パラメータ

pivotMonth
現在のピボット項目
selectedItemMonth
月の選択は最大
clearCurrentSelection
現在の選択をクリアするかどうかを示すブール値。
select
これが選択または選択解除かどうかを示すブール値。
initialSelection
選択変更以前の選択のスナップショット。

戻り値の型

失敗したかどうかを示すブール値。
参照