GrapeCity.Win.CalendarGrid.v20 アセンブリ > GrapeCity.Win.CalendarGrid 名前空間 > GcCalendarGrid クラス : ShowCellToolTips プロパティ |
private void EnableShowCellToolTip() { this.gcCalendarGrid1.ShowCellToolTips = true; } private void DisableShowCellToolTip() { this.gcCalendarGrid1.ShowCellToolTips = false; }
Private Sub EnableShowCellToolTip() Me.gcCalendarGrid1.ShowCellToolTips = True End Sub Private Sub DisableShowCellToolTip() Me.gcCalendarGrid1.ShowCellToolTips = False End Sub