PowerTools InputMan for ASP.NET 8.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 名前空間
GcCalendar.SelectionMode プロパティ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.