Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

static function Show(activatorRect: Rect, windowContent: PopupWindowContent): void;
static void Show(Rect activatorRect, PopupWindowContent windowContent);
static def Show(activatorRect as Rect, windowContent as PopupWindowContent) as void

Parameters

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

Description

Show a popup with the given PopupWindowContent.