Version

PositionTextAreaElements Method

Positions the child elements in the normal text area of the menu item.
Syntax
'Declaration
 
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
)

Parameters

rectText
The rect available for the text area elements
rectFull
The full rect of the menu item. This may the the rect of the elemnt or the rect inside its borders, depending on whether the menu item is active.
oldElements
The old elements which were used the last time this element positioned its child elements.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also