FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.Util Namespace / Util Class / PositionPopup Method

In This Topic
    PositionPopup Method
    In This Topic
    Position a popup below a FrameworkElement.
    Syntax
    'Declaration
     
    Public Shared Sub PositionPopup( _
       ByVal popup As Popup, _
       ByVal owner As FrameworkElement _
    ) 
    public static void PositionPopup( 
       Popup popup,
       FrameworkElement owner
    )

    Parameters

    popup
    owner
    See Also