public static void Show (Rect activatorRect, PopupWindowContent windowContent);

Parámetros

activatorRectThe rect of the button that opens the popup.
windowContentThe content to show in the popup window.

Descripción

Show a popup with the given PopupWindowContent.

See Also: PopupWindow with full example.