バージョン

CalendarTitleFormat 列挙体

WebMonthCalendar のタイトルに配置される月および年ボタンのタイプ。
シンタックス
'宣言
 
Public Enum CalendarTitleFormat 
   Inherits System.Enum
public enum CalendarTitleFormat : System.Enum 
メンバ
メンバ解説
Month月ボタンのみを表示します。
MonthAndYear月および年を 2 つのボタンとして表示します。
MonthYear月および年を単一のボタンとして表示します。
参照