ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1Window Class / AddDefaultPopupToVisualTree Method
The panel where adoner exists

In This Topic
    AddDefaultPopupToVisualTree Method
    In This Topic
    Call this method if you have problems with showing C1Window in your application.
    Syntax
    'Declaration
     
    Public Shared Sub AddDefaultPopupToVisualTree( _
       ByVal panel As Panel _
    ) 
    public static void AddDefaultPopupToVisualTree( 
       Panel panel
    )

    Parameters

    panel
    The panel where adoner exists
    See Also