バージョン

PositionTextAreaElements メソッド

メニュー項目の一般的なテキスト領域に子要素を配置します。
シンタックス
'宣言
 
Protected Overridable Sub PositionTextAreaElements( _
   ByVal rectText As Rectangle, _
   ByVal rectFull As Rectangle, _
   ByVal oldElements As Infragistics.Win.UIElementsCollection _
) 
protected virtual void PositionTextAreaElements( 
   Rectangle rectText,
   Rectangle rectFull,
   Infragistics.Win.UIElementsCollection oldElements
)

パラメータ

rectText
テキスト領域の要素に使用可能な四角形
rectFull
メニュー項目の全体長方形。メニュー項目がアクティブであるかどうかによって、要素の四角形またはその境界線内の四角形になります。
oldElements
この要素がその子要素を配置に使用した古い要素。
参照