バージョン

NoteUIElement コンストラクタ(UIElement,Note)

NoteUIElement クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal note As Note _
)
public NoteUIElement( 
   Infragistics.Win.UIElement parent,
   Note note
)

パラメータ

parent
親要素。
note
このインスタンスが関連付けられている Note
参照