GrapeCity.Win.CalendarGrid.v20 アセンブリ > GrapeCity.Win.CalendarGrid 名前空間 : CalendarTitleCaption クラス |
Public Class CalendarTitleCaption Inherits CalendarTitleComponent
public class CalendarTitleCaption : CalendarTitleComponent
private void AddCaption() { CalendarTitleCaption titleCaption = new CalendarTitleCaption(); titleCaption.DateFormat = "yyyy年M月 (ggge年)"; titleCaption.DateFormatType = GrapeCity.Win.CalendarGrid.CalendarDateFormatType.InputMan; titleCaption.Name = "calendarTitleCaption2"; titleCaption.Text = "{0}"; titleCaption.HorizontalAlignment = CalendarHorizontalAlignment.Center; this.gcCalendarGrid1.TitleHeader.Children.Add(titleCaption); }
Private Sub AddCaption() Dim titleCaption As New CalendarTitleCaption() titleCaption.DateFormat = "yyyy年M月 (ggge年)" titleCaption.DateFormatType = GrapeCity.Win.CalendarGrid.CalendarDateFormatType.InputMan titleCaption.Name = "calendarTitleCaption2" titleCaption.Text = "{0}" titleCaption.HorizontalAlignment = CalendarHorizontalAlignment.Center Me.gcCalendarGrid1.TitleHeader.Children.Add(titleCaption) End Sub
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
GrapeCity.Win.CalendarGrid.CalendarTitleComponent
GrapeCity.Win.CalendarGrid.CalendarTitleCaption