AddDefaultPopupToVisualTree Method (C1Window)
In This Topic
Call this method when initializing the application to workaround the Popup TransformToVisual bug.
Syntax
'Declaration
Public Shared Sub AddDefaultPopupToVisualTree( _
ByVal As Panel _
)
public static void AddDefaultPopupToVisualTree(
Panel
)
Parameters
- panel
See Also