Share

WebBrowserDialog Object


Description

WebBrowserDialog Object.

Methods

Name Description
Delete Method that deletes this web browser dialog.
Move Method that moves this web browser dialog.
Navigate Method that navigates to a url in this web browser dialog.
Refresh Method that refreshes the content in this web browser dialog.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
DisabledWindowState Read-write property that gets and sets a bit-mask defining the disabled window states of this web browser dialog.
Height Read-write property that gets and sets the height of this web browser dialog.
HWND Read-only property that returns the HWND of this web browser dialog.
InternalName Read-only property that returns the internal name of the web browser dialog.
Left Read-write property that gets and sets the left edge of this web browser dialog.
Modal Read-only property that returns whether this dialog is modal dialog or not.
Title Read-write property that gets and sets the title of this web browser dialog.
Top Read-write property that gets and sets the top edge of this web browser dialog.
Type Gets the constant that indicates the type of this object.
Visible Read-write property that gets and sets the visibility of this web browser dialog.
WebBrowserDialogEvents Read-only property that gets the WebBrowserDialogEvents object.
Width Read-write property that gets and sets the width of this web browser dialog.
WindowState Read-write property that gets and sets the window state of this web browser dialog.

Accessed From

WebBrowserDialogEvents.Parent, WebBrowserDialogs.Add, WebBrowserDialogs.Item

Samples

Name Description
WebBrowserDialog creation This sample demonstrates how to create a web-based browser dialog, you can use this dialog to show a html format file or navigate to a website etc..

Version

Introduced in version 2017

Was this information helpful?