バージョン

DayUIElement コンストラクタ

シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal date As Date, _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal position As DaySizeAndPositionInfo _
)
public DayUIElement( 
   Infragistics.Win.UIElement parent,
   DateTime date,
   int row,
   int col,
   DaySizeAndPositionInfo position
)

パラメータ

parent
親要素。
date
このDayUIElementが表す日付
row
垂直方向の位置
col
水平方向の位置
position
このDayUIElementのサイズと位置に関する追加情報
参照