MESCIUS SPREAD for Windows Forms 15.0J
CalendarMargins プロパティ (DropDownCalendar)
使用例 

ドロップダウンカレンダーのマージンを取得または設定します。
構文
'宣言
 
Public Property CalendarMargins As Padding
public Padding CalendarMargins {get; set;}
解説
このプロパティは、カレンダー表示領域と DropDownCalendarInfo の境界線との間隔を決定します。
使用例
次のサンプルコードは、CalendarMarginsプロパティを使用します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
inputcell.DropDownCalendar.BackgroundImage = System.Drawing.Image.FromFile("C:\\Program Files (x86)\\GrapeCity\\fplogo.png");
inputcell.DropDownCalendar.BackgroundImageLayout = ImageLayout.Stretch;
inputcell.DropDownCalendar.CalendarMargins = new System.Windows.Forms.Padding(5);
fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
inputcell.DropDownCalendar.BackgroundImage = System.Drawing.Image.FromFile("C:\Program Files (x86)\GrapeCity\fplogo.png")
inputcell.DropDownCalendar.BackgroundImageLayout = ImageLayout.Stretch
inputcell.DropDownCalendar.CalendarMargins = New System.Windows.Forms.Padding(5)
fpSpread1.Sheets(0).Cells(0, 0).CellType = inputcell
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© MESCIUS inc. All rights reserved.