バージョン

CalendarComboEditorUIElement コンストラクタ

埋め込みCalendarCombo UIElementのコンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal parentElement As Infragistics.Win.UIElement, _
   ByVal owner As Infragistics.Win.EmbeddableEditorOwnerBase, _
   ByVal editor As Infragistics.Win.EmbeddableEditorBase, _
   ByVal ownerContext As Object, _
   ByVal includeEditElements As Boolean, _
   ByVal reserveSpaceForEditElements As Boolean, _
   ByVal drawOuterBorders As Boolean, _
   ByVal isToolTip As Boolean _
)
public CalendarComboEditorUIElement( 
   Infragistics.Win.UIElement parentElement,
   Infragistics.Win.EmbeddableEditorOwnerBase owner,
   Infragistics.Win.EmbeddableEditorBase editor,
   object ownerContext,
   bool includeEditElements,
   bool reserveSpaceForEditElements,
   bool drawOuterBorders,
   bool isToolTip
)

パラメータ

parentElement
親要素。
owner
オーナー
editor
エディター
ownerContext
要素が表すオブジェクトを識別するコンテキスト
includeEditElements
編集要素を含む場合True
reserveSpaceForEditElements
編集要素のスペースを予約する場合True
drawOuterBorders
外側の境界線を描画する場合True
isToolTip
要素がツールチップに使用されている場合はTrue
参照