Version

GetContainerElementContext Method

Returns the Context to use when trying to determine the Container Element of a layout item.
Syntax
'Declaration
 
Function GetContainerElementContext() As Object
object GetContainerElementContext()

Return Value

The context to used when trying to determine the container element of a layout item.
Remarks
The Context is important so that when the DragManager attempts to find a Layout Container element at a certain point, it gets the correct one. For example, there may be many BandHeaderUIElements in the grid, but a drag operation is only valid within elements that have the same context (the same band).
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