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 As Panel _
)
public static void AddDefaultPopupToVisualTree(
Panel
)
Parameters
- panel
- The panel where adoner exists
See Also