EmbeddedBrowser (Object)

Member of:

Controls collection, Dashboard object

Description:

Represents an embedded browser control in the Dashboard section. This embedded control is an instance of a web browser window, arbitrarily positioned on the Dashboard. The EmbeddedBrowser is like an embedded section object, except content can be referenced externally by URL ( rendered in a web browser), rather than a section.

Example:

This example shows how to reference URLs using drop-down controls:

if (ActiveDocument.Sections["Dashboard"].Shapes["DropDown1"].SelectedIndex==1)
ActiveDocument.Sections["Dashboard"].Shapes["EmbeddedBrowser1"].URL="www.ACME.com";
if (ActiveDocument.Sections["Dashboard"].Shapes["DropDown1"].SelectedIndex==2)
ActiveDocument.Sections["Dashboard"].Shapes["EmbeddedBrowser1"].URL="www.BestComputerProducts.com";
if (ActiveDocument.Sections["Dashboard"].Shapes["DropDown1"].SelectedIndex==3)
ActiveDocument.Sections["Dashboard"].Shapes["EmbeddedBrowser1"].URL="www.Comp.com";

Methods:

ModifyRepositoryFileAnalyzer, ModifyRepositoryFileBQY, ModifyRepositoryFileBQYJob, ModifyRepositoryFileOther, ModifyRepositoryFileReports, ModifyRepositoryFileSQRJob

Properties:

Read-write: AccessibilityText (Property) Alignment as BqHorizontalAlignment, AppendObjectText (Property), ClientScriptStatus as Boolean, Enabled as Boolean, Text as String, URL as String, VerticalAlignment as BqVerticalAlignment, Visible as Boolean

Read-only: Name as String, Repository as Boolean, RepositoryBQYSection as String, Repository BQYToolbarType as BQRepositoryBQYToolbarType, RepositoryDocument as String, RepositoryFiletype as BqRepositoryFiletype, RepositoryJobRun as Boolean, RepositorySmartcut as String, RepositorySmartcutParams, RepositoryToolbartType as BqRepositoryToolbarType, ShowScrollbar as BqScrollbarType, Text as String, Type as BqShapeType

Objects:

UserValues collection, LineFormat object, FillFormat object, Font object