Namespace: Consultingwerk.Windows.CefBrowser
Class 
BrowserForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Forms.BaseForm
Implements: Consultingwerk.Forms.IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasSecurityKey

File:BrowserForm
Purpose:Form containing a ChromiumWebBrowser
Author(s):Sebastian Wandel / Consultingwerk Ltd.
Created:Mon Nov 23 15:46:08 CET 2020



Top Method Summary
Options Name Purpose
+ CancelLoad () Cancels loading the page
+ LOGICAL CanFindInComponentsCollection (Object) Returns if the component can be found in the ComponentsCollection
Inherited from Consultingwerk.Forms.BaseForm
- ChromiumWebBrowser_AddressChanged (Object, AddressChangedEventArgs) Handler method for the browsers AddressChanged event
- ChromiumWebBrowser_ConsoleMessage (Object, ConsoleMessageEventArgs) Handler method for the browsers ConsoleMessage event
- ChromiumWebBrowser_FrameLoadEnd (Object, FrameLoadEndEventArgs) Handler method for the browsers FrameLoadEnd event
- ChromiumWebBrowser_FrameLoadStart (Object, FrameLoadStartEventArgs) Handler method for the browsers FrameLoadStart event
- ChromiumWebBrowser_IsBrowserInitializedChanged (Object, EventArgs) Handler method for the browsers IsBrowserInitializedChanges
- ChromiumWebBrowser_JavascriptMessageReceived (Object, JavascriptMessageReceivedEventArgs) Handler method for the browsers JavascriptMessageReceived event
- ChromiumWebBrowser_LoadError (Object, LoadErrorEventArgs) Handler method for the browsers LoadError event
- ChromiumWebBrowser_LoadingStateChanged (Object, LoadingStateChangedEventArgs) Handler method for the browsers LoadingStatechanged event
- ChromiumWebBrowser_StatusMessage (Object, StatusMessageEventArgs) Handler method for the browsers StatusMessage event
- ChromiumWebBrowser_TitleChanged (Object, TitleChangedEventArgs) Handler method for the browsers TitleChanged event
# CreateVerbs () Creates Designer Verbs based on the DesignerVerbs property
Inherited from Consultingwerk.Forms.BaseForm
# CustomizeToolbar () Customizes the UltraToolbarController associated with this BaseForm
Inherited from Consultingwerk.Forms.BaseForm
# DesignerInsertUserControl () Inserts a user control instance at design time.
Inherited from Consultingwerk.Forms.BaseForm
+ CefSharp.JavascriptResponse ExecuteScript (character, character, integer, character) Executes JavaScript code in a frame of the forms browser
+ System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type) Returns a List of all Controls in the Form that are of the given type
Inherited from Consultingwerk.Forms.BaseForm
+ Progress.Windows.Form FindDependentFormOfClass (Class) Returns the dependent form instance of the given class
Inherited from Consultingwerk.Forms.BaseForm
+ System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () Returns a List of all Components in the Form
Inherited from Consultingwerk.Forms.BaseForm
+ AttributeCollection GetAttributes () Returns a collection of custom attributes for this instance of a component.
Inherited from Consultingwerk.Forms.BaseForm
+ CHARACTER GetClassName () Returns the class name of this instance of a component.
Inherited from Consultingwerk.Forms.BaseForm
+ CHARACTER GetComponentName () Returns the name of this instance of a component.
Inherited from Consultingwerk.Forms.BaseForm
+ TypeConverter GetConverter () Returns a type converter for this instance of a component.
Inherited from Consultingwerk.Forms.BaseForm
+ EventDescriptor GetDefaultEvent () Returns the default event for this instance of a component.
Inherited from Consultingwerk.Forms.BaseForm
+ PropertyDescriptor GetDefaultProperty () Returns the default property for this instance of a component.
Inherited from Consultingwerk.Forms.BaseForm
+ System.Object GetEditor (Type) Returns an editor of the specified type for this instance of a component.
Inherited from Consultingwerk.Forms.BaseForm
+ EventDescriptorCollection GetEvents () Returns the events for this instance of a component.
Inherited from Consultingwerk.Forms.BaseForm
+ EventDescriptorCollection GetEvents (Attribute[]) Returns the events for this instance of a component using the specified attribute array as a filter.
Inherited from Consultingwerk.Forms.BaseForm
+ PropertyDescriptorCollection GetProperties () Returns the properties for this instance of a component.
Inherited from Consultingwerk.Forms.BaseForm
+ PropertyDescriptorCollection GetProperties (Attribute[]) Returns the properties for this instance of a component using the attribute array as a filter.
Inherited from Consultingwerk.Forms.BaseForm
+ System.Object GetPropertyOwner (PropertyDescriptor) Returns an object that contains the property described by the specified property descriptor.
Inherited from Consultingwerk.Forms.BaseForm
# HandleJavaScriptMessage (JavascriptMessageReceivedEventArgs) Handles a JavaScript message
- InitializeComponent () Initializes the Visual Design
# LoadRibbonQuickAccessToolbar () Restores the Quick Access Toolbar items from the Registry
Inherited from Consultingwerk.Forms.BaseForm
# CHARACTER LoadSettings () Loads the stored window settings (position etc.) from the registry
Inherited from Consultingwerk.Forms.BaseForm
# CHARACTER LoadSettings (character) Loads stored window settings from the registry
Inherited from Consultingwerk.Forms.BaseForm
+ NavigateBack () Navigates to the previous page
+ NavigateForward () Navigates to the next page
+ NavigateTo (character) Helper method to navigate the browser to a different page
# OnFormClosed (FormClosedEventArgs) Raises the FormClosed event
Inherited from Consultingwerk.Forms.BaseForm
# OnFormClosing (FormClosingEventArgs) Raises the FormClosing event
Overrides Consultingwerk.Forms.BaseForm:OnFormClosing (FormClosingEventArgs)
# OnFormDestroyed (EventArgs) Raises the FormDestroyed event
Inherited from Consultingwerk.Forms.BaseForm
# OnLoad (EventArgs) Raises the Load event
Inherited from Consultingwerk.Forms.BaseForm
+ OnVerbClicked (character) Event Handler method for Designer Verbs
Inherited from Consultingwerk.Forms.BaseForm
# RemoveSetting (character) Removes a stored setting
Inherited from Consultingwerk.Forms.BaseForm
# RestoreUltraSplitterPosition () Restores the position of the Ultra Splitter Controls
Inherited from Consultingwerk.Forms.BaseForm
# RestoreWindowPosition () Restores the stored window position
Inherited from Consultingwerk.Forms.BaseForm
+ SelectBrowser () Selects the form and focuses on the browser
- SetButtonEnabled (character, logical) Helper method to set a ButtonTools Enabled attribute
+ ShowMaintenanceRibbonGroup () Visualizes the "Maintenance" Ribbon Group
# StoreRibbonQuickAccessToolbar () Stores the current Quick Access Toolbar items in the Registry
Inherited from Consultingwerk.Forms.BaseForm
# StoreSettings (character) Stores the current window settings (position etc.) to the registry
Inherited from Consultingwerk.Forms.BaseForm
# StoreSettings (character, character) Stores window settings to the registry
Inherited from Consultingwerk.Forms.BaseForm
+ StoreUltraSplitterPosition () Stores the position of the UltraSplitter Controls in the Registry
Inherited from Consultingwerk.Forms.BaseForm
# StoreWindowPosition () Stores the window position to the resgistry
Inherited from Consultingwerk.Forms.BaseForm
# SuspendSTAThreadWarning (UltraDockManager) Suspends STAThread warnings for an UltraDockManager instance
Inherited from Consultingwerk.Forms.BaseForm
- ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs) Handler method for the Toolbars ToolClick event

Top Constructor Summary
Options Name Purpose
+ BrowserForm () Constructor for the BrowserForm class
+ BrowserForm (character) Constructor for the BrowserForm class

Top Event Summary
Options Name Purpose
+ AddressChanged (Object, AddressChangedEventArgs) Event to republish the event of the same name of the browser
+ CancelEnabledChanged (Object, EnabledChangedEventArgs) Published when the CancelEnabled property is changed
+ ConsoleMessage (Object, ConsoleMessageEventArgs) Event to republish the event of the same name of the browser
+ FormDestroyed DELEGATE System.EventHandler Raised when a Form is destroyed (in the Destructor)
Inherited from Consultingwerk.Forms.BaseForm
+ FrameLoadEnd (Object, FrameLoadEndEventArgs) Event to republish the event of the same name of the browser
+ FrameLoadStart (Object, FrameLoadStartEventArgs) Event to republish the event of the same name of the browser
+ IsBrowserInitializedChanged (Object, EventArgs) Event to republish the event of the same name of the browser
+ JavascriptMessageReceived (Object, JavascriptMessageReceivedEventArgs) Event to republish the event of the same name of the browser
+ LoadError (Object, LoadErrorEventArgs) Event to republish the event of the same name of the browser
+ LoadingStateChanged (Object, LoadingStateChangedEventArgs) Event to republish the event of the same name of the browser
+ NavigateBackEnabledChanged (Object, EnabledChangedEventArgs) Published when the NavigateBackEnabled property is changed
+ NavigateForwardEnabledChanged (Object, EnabledChangedEventArgs) Published when the NavigateForwardEnabled property is changed
+ StatusMessage (Object, StatusMessageEventArgs) Event to republish the event of the same name of the browser
+ TitleChanged (Object, TitleChangedEventArgs) Event to republish the event of the same name of the browser

Top Property Summary
Options Name Purpose
# CHARACTER BindableProperties
Inherited from Consultingwerk.Forms.BaseForm
+ LOGICAL CancelEnabled
# CHARACTER CategorizedProperties
Inherited from Consultingwerk.Forms.BaseForm
# CHARACTER CategoryProperties
Inherited from Consultingwerk.Forms.BaseForm
+ CefSharp.WinForms.ChromiumWebBrowser ChromiumWebBrowser
+ LOGICAL DeleteOnFormClosed
Inherited from Consultingwerk.Forms.BaseForm
+ System.Collections.Generic.List <Progress.Windows.Form> DependentForms
Inherited from Consultingwerk.Forms.BaseForm
# CHARACTER DescribedProperties
Inherited from Consultingwerk.Forms.BaseForm
# CHARACTER DescriptionProperties
Inherited from Consultingwerk.Forms.BaseForm
# CHARACTER DesignerVerbs
Inherited from Consultingwerk.Forms.BaseForm
# CHARACTER DesignerVisibilityAttributes
Inherited from Consultingwerk.Forms.BaseForm
# CHARACTER DesignerVisibilityProperties
Inherited from Consultingwerk.Forms.BaseForm
+ LOGICAL DesignTime
Inherited from Consultingwerk.Forms.BaseForm
# CHARACTER HiddenProperties
Inherited from Consultingwerk.Forms.BaseForm
+ LOGICAL IsClosed
Inherited from Consultingwerk.Forms.BaseForm
+ LOGICAL NavigateBackEnabled
+ LOGICAL NavigateForwardEnabled
# CHARACTER NonBrowsableProperties
Inherited from Consultingwerk.Forms.BaseForm
+ System.Windows.Forms.FormWindowState PreviousWindowState
Inherited from Consultingwerk.Forms.BaseForm
+ CHARACTER SecurityKey
Inherited from Consultingwerk.Forms.BaseForm
# LOGICAL StoreFormPosition
Inherited from Consultingwerk.Forms.BaseForm
+ LOGICAL UseStartupSizeAsMinSize
Inherited from Consultingwerk.Forms.BaseForm
+ CHARACTER WindowPositionRegistryKey
Inherited from Consultingwerk.Forms.BaseForm


Method Detail
Top

PUBLIC CancelLoad ()

Purpose: Cancels loading the page
Notes:

Top

PUBLIC LOGICAL CanFindInComponentsCollection (Object)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns if the component can be found in the ComponentsCollection
Notes: Available from OpenEdge 11.1 on

Parameters:
poComponent System.Object
The component to locate
Returns LOGICAL
Logical value indicating if the component can be found in the ComponentsCollection
Top

PRIVATE ChromiumWebBrowser_AddressChanged (Object, AddressChangedEventArgs)

Purpose: Handler method for the browsers AddressChanged event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.AddressChangedEventArgs
The AddressChangedEventArgs with the data for this event
Top

PRIVATE ChromiumWebBrowser_ConsoleMessage (Object, ConsoleMessageEventArgs)

Purpose: Handler method for the browsers ConsoleMessage event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.ConsoleMessageEventArgs
The ConsoleMessageEventArgs with the data for this event
Top

PRIVATE ChromiumWebBrowser_FrameLoadEnd (Object, FrameLoadEndEventArgs)

Purpose: Handler method for the browsers FrameLoadEnd event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.FrameLoadEndEventArgs
The FrameLoadEndEventArgs with the data for this event
Top

PRIVATE ChromiumWebBrowser_FrameLoadStart (Object, FrameLoadStartEventArgs)

Purpose: Handler method for the browsers FrameLoadStart event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.FrameLoadStartEventArgs
The FrameLoadStartEventArgs with the data for this event
Top

PRIVATE ChromiumWebBrowser_IsBrowserInitializedChanged (Object, EventArgs)

Purpose: Handler method for the browsers IsBrowserInitializedChanges
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

PRIVATE ChromiumWebBrowser_JavascriptMessageReceived (Object, JavascriptMessageReceivedEventArgs)

Purpose: Handler method for the browsers JavascriptMessageReceived event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.JavascriptMessageReceivedEventArgs
The JavascriptMessageReceivedEventArgs with the data for this event
Top

PRIVATE ChromiumWebBrowser_LoadError (Object, LoadErrorEventArgs)

Purpose: Handler method for the browsers LoadError event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.LoadErrorEventArgs
The LoadErrorEventArgs with the data for this event
Top

PRIVATE ChromiumWebBrowser_LoadingStateChanged (Object, LoadingStateChangedEventArgs)

Purpose: Handler method for the browsers LoadingStatechanged event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.LoadingStateChangedEventArgs
The LoadingStateChangedEventArgs with the data for this event
Top

PRIVATE ChromiumWebBrowser_StatusMessage (Object, StatusMessageEventArgs)

Purpose: Handler method for the browsers StatusMessage event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.StatusMessageEventArgs
The StatusMessageEventArgs with the data for this event
Top

PRIVATE ChromiumWebBrowser_TitleChanged (Object, TitleChangedEventArgs)

Purpose: Handler method for the browsers TitleChanged event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.TitleChangedEventArgs
The TitleChangedEventArgs with the data for this event
Top

PROTECTED CreateVerbs ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Creates Designer Verbs based on the DesignerVerbs property
Notes:

Top

PROTECTED CustomizeToolbar ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Customizes the UltraToolbarController associated with this BaseForm
Notes: Uses the IFormToolbarCustomizer Service if present

Top

PROTECTED DesignerInsertUserControl ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Inserts a user control instance at design time.
Notes:

Top

PUBLIC CefSharp.JavascriptResponse ExecuteScript (character, character, integer, character)

Purpose: Executes JavaScript code in a frame of the forms browser
Notes:

Parameters:
pcScript CHARACTER
The Javascript code that should be executed.
pcUrl CHARACTER
The URL where the script in question can be found, if any.
piLine INTEGER
The base line number to use for error reporting.
pcFrame CHARACTER
The Frame the script is executed in (? for main-frame).
Returns CefSharp.JavascriptResponse
The JavascriptResponse with the return value if it exists.
Top

PUBLIC System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns a List of all Controls in the Form that are of the given type
Notes:

Parameters:
poType System.Type
The reference to the System.Type
Returns System.Collections.Generic.List <System.Windows.Forms.Control>
The List of all Controls of the given type
Top

PUBLIC Progress.Windows.Form FindDependentFormOfClass (Class)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns the dependent form instance of the given class
Notes:

Parameters:
poClass Progress.Lang.Class
The class to locate
Returns Progress.Windows.Form
Form instance
Top

PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns a List of all Components in the Form
Notes: Supported on OpenEdge 11 only, due to dependency to the ComponentsCollection
list not available on 10.2B

Returns System.Collections.Generic.List <System.ComponentModel.Component>
The List of Components in the Form
Top

PUBLIC AttributeCollection GetAttributes ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns a collection of custom attributes for this instance of a
component.
Notes:

Returns AttributeCollection
The System.ComponentModel.AttributeCollection describing the types attributes
Top

PUBLIC CHARACTER GetClassName ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns the class name of this instance of a component.
Notes:

Returns CHARACTER
The class name of the Component
Top

PUBLIC CHARACTER GetComponentName ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns the name of this instance of a component.
Notes:

Returns CHARACTER
The Component Name of this instance
Top

PUBLIC TypeConverter GetConverter ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns a type converter for this instance of a component.
Notes:

Returns TypeConverter
The System.ComponentModel.TypeConverter for this instance of a component.
Top

PUBLIC EventDescriptor GetDefaultEvent ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns the default event for this instance of a component.
Notes:

Returns EventDescriptor
The System.ComponentModel.EventDescriptor for the default event of this component
Top

PUBLIC PropertyDescriptor GetDefaultProperty ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns the default property for this instance of a component.
Notes:

Returns PropertyDescriptor
The System.ComponentModel.PropertyDescriptor for the default property of the component
Top

PUBLIC System.Object GetEditor (Type)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns an editor of the specified type for this instance of a
component.
Notes:

Parameters:
editorBaseType System.Type
A System.Type that represents the editor for this object.
Returns System.Object
The reference to the Editor of the type of the component instance
Top

PUBLIC EventDescriptorCollection GetEvents ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns the events for this instance of a component.
Notes:

Returns EventDescriptorCollection
The System.ComponentModel.EventDescriptorCollection describing the events of the component
Top

PUBLIC EventDescriptorCollection GetEvents (Attribute[])

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns the events for this instance of a component using the
specified attribute array as a filter.
Notes:

Parameters:
attributes System.Attribute[]
A System.Attribute[] that is used as a filter.
Returns EventDescriptorCollection
The System.ComponentModel.EventDescriptorCollection describing the events of the component
Top

PUBLIC PropertyDescriptorCollection GetProperties ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns the properties for this instance of a component.
Notes:

Returns PropertyDescriptorCollection
A System.ComponentModel.PropertyDescriptorCollection that represents the properties for this component instance.
Top

PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns the properties for this instance of a component using the
attribute array as a filter.
Notes:

Parameters:
attributes System.Attribute[]
A System.Attribute[] that is used as a filter.
Returns PropertyDescriptorCollection
A System.ComponentModel.PropertyDescriptorCollection that represents the properties for this component instance.
Top

PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Returns an object that contains the property described by the
specified property descriptor.
Notes:

Parameters:
pd PropertyDescriptor
A System.ComponentModel.PropertyDescriptor that represents the property whose owner is to be found.
Returns System.Object
An System.Object that represents the owner of the specified property.
Top

PROTECTED HandleJavaScriptMessage (JavascriptMessageReceivedEventArgs)

Purpose: Handles a JavaScript message
Notes:

Parameters:
e CefSharp.JavascriptMessageReceivedEventArgs
The JavascriptMessageReceivedEventArgs with the data for this event
Top

PRIVATE InitializeComponent ()

Purpose: Initializes the Visual Design
Notes:

Top

PROTECTED LoadRibbonQuickAccessToolbar ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Restores the Quick Access Toolbar items from the Registry
Notes:

Top

PROTECTED CHARACTER LoadSettings ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Loads the stored window settings (position etc.) from the registry
Notes:

Returns CHARACTER
The string containing the stored window settings
Top

PROTECTED CHARACTER LoadSettings (character)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Loads stored window settings from the registry
Notes:

Parameters:
pcSettingsKey CHARACTER
The key under which the settings for this Form are stored (e.g. Position)
Returns CHARACTER
The string containing the stored window settings
Top

PUBLIC NavigateBack ()

Purpose: Navigates to the previous page
Notes:

Top

PUBLIC NavigateForward ()

Purpose: Navigates to the next page
Notes:

Top

PUBLIC NavigateTo (character)

Purpose: Helper method to navigate the browser to a different page
Notes:

Parameters:
pcUrl CHARACTER
The url of the page to navigate to
Top

PROTECTED OnFormClosed (FormClosedEventArgs)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Raises the FormClosed event
Notes: Deletes the Form Instance when it has been closed.
See Progress K-Base Entry ID: P179041
Title: "User Controls that have events attached to them cause
parent forms to not get garbage collected"
Dialog Forms will not get deleted. Typically Dialog Forms will need
to return values to the calling Program using properties. This
requires that the dialog form is valid after the WAIT-FOR
ShowDialog statement.
(Dialog Forms are detected using the Modal property)

Parameters:
e System.Windows.Forms.FormClosedEventArgs
A FormClosedEventArgs that contains the event data.
Top

PROTECTED OnFormClosing (FormClosingEventArgs)

Overrides Consultingwerk.Forms.BaseForm:OnFormClosing (FormClosingEventArgs)
Purpose: Raises the FormClosing event
Notes:

Parameters:
e System.Windows.Forms.FormClosingEventArgs
The FormClosingEventArgs with the data for this event
Top

PROTECTED OnFormDestroyed (EventArgs)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Raises the FormDestroyed event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnLoad (EventArgs)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Raises the Load event
Notes: Invoked when a Form is displayed for the first time

Parameters:
e System.EventArgs
An EventArgs that contains the event data.
Top

PUBLIC OnVerbClicked (character)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Event Handler method for Designer Verbs
Notes:

Parameters:
pcVerbText CHARACTER
The label of the verb the developer clicked on in the Visual Designer
Top

PROTECTED RemoveSetting (character)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Removes a stored setting
Notes:

Parameters:
pcSettingsKey CHARACTER
The settings key to remove
Top

PROTECTED RestoreUltraSplitterPosition ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Restores the position of the Ultra Splitter Controls
Notes:

Top

PROTECTED RestoreWindowPosition ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Restores the stored window position
Notes:

Top

PUBLIC SelectBrowser ()

Purpose: Selects the form and focuses on the browser
Notes:

Top

PRIVATE SetButtonEnabled (character, logical)

Purpose: Helper method to set a ButtonTools Enabled attribute
Notes:

Parameters:
pcButtonKey CHARACTER
Key of the ButtonTool
plEnabled LOGICAL
The value to set the ButtonTools Enabled attribute to
Top

PUBLIC ShowMaintenanceRibbonGroup ()

Purpose: Visualizes the "Maintenance" Ribbon Group
Notes: The ribbon group is used to control the TableIO functionality in an embedded
Angular web application form

Top

PROTECTED StoreRibbonQuickAccessToolbar ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Stores the current Quick Access Toolbar items in the Registry
Notes:

Top

PROTECTED StoreSettings (character)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Stores the current window settings (position etc.) to the registry
Notes:

Parameters:
pcSettings CHARACTER
The string containing the window settings to be stored
Top

PROTECTED StoreSettings (character, character)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Stores window settings to the registry
Notes:

Parameters:
pcSettings CHARACTER
The string containing the window settings to be stored
pcSettingsKey CHARACTER
The key under which the settings for this Form are stored (e.g. Position)
Top

PUBLIC StoreUltraSplitterPosition ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Stores the position of the UltraSplitter Controls in the Registry
Notes:

Top

PROTECTED StoreWindowPosition ()

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Stores the window position to the resgistry
Notes:

Top

PROTECTED SuspendSTAThreadWarning (UltraDockManager)

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Suspends STAThread warnings for an UltraDockManager instance
Notes: SCL-3144
https://www.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/121824/appstylist-for-windows-forms-2020-1/537711 //www.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/121824/appstylist-for-windows-forms-2020-1/537711

Parameters:
poDockManager UltraDockManager
The reference to the UltraDockManager
Top

PRIVATE ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs)

Purpose: Handler method for the Toolbars ToolClick event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The ToolClickEventArgs with the data for this event


Constructor Detail
Top

PUBLIC BrowserForm ()

Purpose: Constructor for the BrowserForm class
Notes:

Top

PUBLIC BrowserForm (character)

Purpose: Constructor for the BrowserForm class
Notes:

Parameters:
pcUrl CHARACTER
Starting-URL to set the browser to


Event Detail
Top

PUBLIC AddressChanged (Object, AddressChangedEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.AddressChangedEventArgs
The AddressChangedEventArgs with the data for this event
Top

PUBLIC CancelEnabledChanged (Object, EnabledChangedEventArgs)

Purpose: Published when the CancelEnabled property is changed
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.Windows.CefBrowser.EnabledChangedEventArgs
The EnabledChangedEventArgs with the data for this event
Top

PUBLIC ConsoleMessage (Object, ConsoleMessageEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.ConsoleMessageEventArgs
The ConsoleMessageEventArgs with the data for this event
Top

PUBLIC FormDestroyed DELEGATE System.EventHandler

Inherited from Consultingwerk.Forms.BaseForm
Purpose: Raised when a Form is destroyed (in the Destructor)
Notes:

Delegate: System.EventHandler
Top

PUBLIC FrameLoadEnd (Object, FrameLoadEndEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.FrameLoadEndEventArgs
The FrameLoadEndEventArgs with the data for this event
Top

PUBLIC FrameLoadStart (Object, FrameLoadStartEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.FrameLoadStartEventArgs
The FrameLoadStartEventArgs with the data for this event
Top

PUBLIC IsBrowserInitializedChanged (Object, EventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

PUBLIC JavascriptMessageReceived (Object, JavascriptMessageReceivedEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.JavascriptMessageReceivedEventArgs
The JavascriptMessageReceivedEventArgs with the data for this event
Top

PUBLIC LoadError (Object, LoadErrorEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.LoadErrorEventArgs
The LoadErrorEventArgs with the data for this event
Top

PUBLIC LoadingStateChanged (Object, LoadingStateChangedEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.LoadingStateChangedEventArgs
The LoadingStateChangedEventArgs with the data for this event
Top

PUBLIC NavigateBackEnabledChanged (Object, EnabledChangedEventArgs)

Purpose: Published when the NavigateBackEnabled property is changed
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.Windows.CefBrowser.EnabledChangedEventArgs
The EnabledChangedEventArgs with the data for this event
Top

PUBLIC NavigateForwardEnabledChanged (Object, EnabledChangedEventArgs)

Purpose: Published when the NavigateForwardEnabled property is changed
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.Windows.CefBrowser.EnabledChangedEventArgs
The EnabledChangedEventArgs with the data for this event
Top

PUBLIC StatusMessage (Object, StatusMessageEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.StatusMessageEventArgs
The StatusMessageEventArgs with the data for this event
Top

PUBLIC TitleChanged (Object, TitleChangedEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.TitleChangedEventArgs
The TitleChangedEventArgs with the data for this event


Property Detail
Top

PROTECTED CHARACTER BindableProperties

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER
Top

PUBLIC LOGICAL CancelEnabled


Returns LOGICAL
Top

PROTECTED CHARACTER CategorizedProperties

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER
Top

PROTECTED CHARACTER CategoryProperties

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER
Top

PUBLIC CefSharp.WinForms.ChromiumWebBrowser ChromiumWebBrowser


Returns CefSharp.WinForms.ChromiumWebBrowser
Top

PUBLIC LOGICAL DeleteOnFormClosed

Inherited from Consultingwerk.Forms.BaseForm

Returns LOGICAL
Top

PUBLIC System.Collections.Generic.List <Progress.Windows.Form> DependentForms

Inherited from Consultingwerk.Forms.BaseForm

Returns System.Collections.Generic.List <Progress.Windows.Form>
Top

PROTECTED CHARACTER DescribedProperties

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER
Top

PROTECTED CHARACTER DescriptionProperties

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER
Top

PROTECTED CHARACTER DesignerVerbs

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER
Top

PROTECTED CHARACTER DesignerVisibilityAttributes

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER
Top

PROTECTED CHARACTER DesignerVisibilityProperties

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER
Top

PUBLIC LOGICAL DesignTime

Inherited from Consultingwerk.Forms.BaseForm

Returns LOGICAL
Top

PROTECTED CHARACTER HiddenProperties

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER
Top

PUBLIC LOGICAL IsClosed

Inherited from Consultingwerk.Forms.BaseForm

Returns LOGICAL
Top

PUBLIC LOGICAL NavigateBackEnabled


Returns LOGICAL
Top

PUBLIC LOGICAL NavigateForwardEnabled


Returns LOGICAL
Top

PROTECTED CHARACTER NonBrowsableProperties

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER
Top

PUBLIC System.Windows.Forms.FormWindowState PreviousWindowState

Inherited from Consultingwerk.Forms.BaseForm

Returns System.Windows.Forms.FormWindowState
Top

PUBLIC CHARACTER SecurityKey

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER
Top

PROTECTED LOGICAL StoreFormPosition

Inherited from Consultingwerk.Forms.BaseForm

Returns LOGICAL
Top

PUBLIC LOGICAL UseStartupSizeAsMinSize

Inherited from Consultingwerk.Forms.BaseForm

Returns LOGICAL
Top

PUBLIC CHARACTER WindowPositionRegistryKey

Inherited from Consultingwerk.Forms.BaseForm

Returns CHARACTER


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:18:07