バージョン

PositionElements メソッド (EditorWithTextAndDropDownUIElementBase)

派生クラスが追加要素を挿入できるように、PositionChildElements メソッド中に呼び出されます。
シンタックス
'宣言
 
Protected Overridable Function PositionElements( _
   ByVal workRect As Rectangle, _
   ByVal phase As EditorWithTextAndDropDownUIElementBase.ChildElementPhase, _
   ByVal oldElements As UIElementsCollection _
) As Rectangle
protected virtual Rectangle PositionElements( 
   Rectangle workRect,
   EditorWithTextAndDropDownUIElementBase.ChildElementPhase phase,
   UIElementsCollection oldElements
)

パラメータ

workRect
参照渡しの現在作業中の四角形。追加される要素によって使用されるスペースを除外するために、これを変更する必要があります。
phase
追加される要素の現在のフェーズ。
oldElements
前の ChildElements コレクションまたは前の子要素コレクションがなかった場合 null (VB では Nothing)。

戻り値の型

要素が配置された後の作業領域の System.Drawing.Rectangle
参照