Version

GetSelectedGroupContentPopup Method

Returns the popup window of the selected group's content from either the source object or the hit test result
Syntax
'Declaration
 
Protected Function GetSelectedGroupContentPopup( _
   ByVal oSourceObject As System.Object, _
   ByVal hitResult As System.Windows.Media.HitTestResult _
) As Infragistics.Windows.Controls.PopupResizerDecorator
protected Infragistics.Windows.Controls.PopupResizerDecorator GetSelectedGroupContentPopup( 
   System.object oSourceObject,
   System.Windows.Media.HitTestResult hitResult
)
protected: Infragistics.Windows.Controls.PopupResizerDecorator* GetSelectedGroupContentPopup( 
   System.Object* oSourceObject,
   System.Windows.Media.HitTestResult* hitResult
) 

Parameters

oSourceObject
The source object from which the popup window may be determined
hitResult
The result of the hit test on the current object from which the popup window may be determined

Return Value

The popup window of the selected group's content
Requirements

Target Platforms: 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