MESCIUS InputMan for ASP.NET 10.0J
SelectionMode 列挙体

カレンダー内で日付を選択する方法を指定します。
シンタックス
Public Enum SelectionMode 
   Inherits System.Enum
public enum SelectionMode : System.Enum 
メンバ
メンバ解説
MultiRichMultiSimpleにOutlookカレンダーと同等の日付選択機能を追加したものです。CtrlキーやShiftキーを使った日付選択が可能です。
MultiSimple複数の日付を選択するモードです。選択されたすべての日付は、Selectionsプロパティが参照するSelectionCollectionオブジェクトに設定されます。
One単一の日付を選択するモードです。選択された日付は、SelectedDateプロパティに設定されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Web.Input.IMCalendar.SelectionMode

参照

参照

GrapeCity.Web.Input.IMCalendar 名前空間

 

 


© MESCIUS inc. All rights reserved.