バージョン

CreateEditorElements メソッド

派生エディターから追加要素を含む場合、EditorWithTextUIElement の配置中に呼び出します。
シンタックス
'宣言
 
Protected Overridable Function CreateEditorElements( _
   ByRef clientRect As Rectangle, _
   ByVal uIElementsCollection As UIElementsCollection _
) As ICollection
protected virtual ICollection CreateEditorElements( 
   ref Rectangle clientRect,
   UIElementsCollection uIElementsCollection
)

パラメータ

clientRect
エディター 要素で使用され、これらの要素で使用される領域を含まずに更新される参照渡しの作業四角。
uIElementsCollection
要素によって以前に使用された UI 要素のコレクション。可能な場合にいつでも要素を再使用することを推奨します。

戻り値の型

配置する必要がある要素のコレクション、または追加の要素を配置しない場合は null。
参照