Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class / AddDefaultPopupToVisualTree Method
The panel where adoner exists

In This Topic
    AddDefaultPopupToVisualTree Method (C1Window)
    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