Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The FormInterface object is used as a wrapper around the form class used to display a form in the application. It manages the addition and removal of all the elements placed on it, as well as all of the ribbon pages created through it. It also manages the layout loading process.

...

Shows the form and adds it as a tab on the form hosting the addon.

PrivateMode 

Deletes the cached history in the default browserThis ability can only be used with installations of Aeon v5.1.

Parameter Direction

Parameter Name

Parameter Description

Input

fileName

The name of the new browser. This value will be used as the text for the browser tab.

InputLabelThe text to use for the Browser control's label.
InputPageNameThe name to use for the page the browser's buttons will be placed on.
InputBrowserTypeIf blank, the browser will be IE. If "Chromium", the browser will be Chromium.
InputPrivateModeIf true, the browser cache will be deleted every time the browser is closed. If false, the browser will store the cache across sessions. Default value: false.

...