|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | AddRequestCallbackHandler (ICefBrowserRequestCallbackService) |
Allows to inject an ICefBrowserRequestCallbackService |
|
+ | 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 |
|
# | LONGCHAR LoadSettingsLong (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 |
|
# | OnAddressChanged (AddressChangedEventArgs) |
Raises the AddressChanged event |
|
# | OnCancelEnabledChanged (EventArgs) |
Raises the CancelEnabledChanged event |
|
# | OnConsoleMessage (ConsoleMessageEventArgs) |
Raises the ConsoleMessage event |
|
# | 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 |
|
# | OnFrameLoadEnd (FrameLoadEndEventArgs) |
Raises the FrameLoadEnd event |
|
# | OnFrameLoadStart (FrameLoadStartEventArgs) |
Raises the FrameLoadStart event |
|
# | OnIsBrowserInitializedChanged (EventArgs) |
Raises the IsBrowserInitializedChanged event |
|
# | OnJavascriptMessageReceived (JavascriptMessageReceivedEventArgs) |
Raises the JavascriptMessageReceived event |
|
# | OnLoad (EventArgs) |
Raises the Load event Inherited from Consultingwerk.Forms.BaseForm |
|
# | OnLoadError (LoadErrorEventArgs) |
Raises the LoadError event |
|
# | OnLoadingStateChanged (LoadingStateChangedEventArgs) |
Raises the LoadingStateChanged event |
|
# | OnNavigateBackEnabledChanged (EventArgs) |
Raises the NavigateBackEnabledChanged event |
|
# | OnNavigateForwardEnabledChanged (EventArgs) |
Raises the NavigateForwardEnabledChanged event |
|
# | OnStatusMessage (StatusMessageEventArgs) |
Raises the StatusMessage event |
|
# | OnTitleChanged (TitleChangedEventArgs) |
Raises the TitleChanged event |
|
+ | 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 |
|
# | StoreSettingsLong (longchar, 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 registry 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 |
Options | Name | Purpose | |
---|---|---|---|
+ | BrowserForm () |
Constructor for the BrowserForm class |
|
+ | BrowserForm (character) |
Constructor for the BrowserForm class |
Options | Name | Purpose | |
---|---|---|---|
+ | AddressChanged (Object, AddressChangedEventArgs) |
Event to republish the event of the same name of the browser |
|
+ | CancelEnabledChanged DELEGATE System.EventHandler |
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 DELEGATE System.EventHandler |
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 DELEGATE System.EventHandler |
Published when the NavigateBackEnabled property is changed |
|
+ | NavigateForwardEnabledChanged DELEGATE System.EventHandler |
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
PUBLIC AddRequestCallbackHandler (ICefBrowserRequestCallbackService)
|
|||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CancelLoad ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL CanFindInComponentsCollection (Object)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ChromiumWebBrowser_AddressChanged (Object, AddressChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ChromiumWebBrowser_ConsoleMessage (Object, ConsoleMessageEventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ChromiumWebBrowser_FrameLoadEnd (Object, FrameLoadEndEventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ChromiumWebBrowser_FrameLoadStart (Object, FrameLoadStartEventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ChromiumWebBrowser_IsBrowserInitializedChanged (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ChromiumWebBrowser_JavascriptMessageReceived (Object, JavascriptMessageReceivedEventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ChromiumWebBrowser_LoadError (Object, LoadErrorEventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ChromiumWebBrowser_LoadingStateChanged (Object, LoadingStateChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ChromiumWebBrowser_StatusMessage (Object, StatusMessageEventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ChromiumWebBrowser_TitleChanged (Object, TitleChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED CustomizeToolbar ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED DesignerInsertUserControl ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC CefSharp.JavascriptResponse ExecuteScript (character, character, integer, character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type)
|
|||||||||||||||||||||||||||||||||||
PUBLIC Progress.Windows.Form FindDependentFormOfClass (Class)
|
|||||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC AttributeCollection GetAttributes ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC TypeConverter GetConverter ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptor GetDefaultEvent ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptor GetDefaultProperty ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
|||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents (Attribute[])
|
|||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
|
|||||||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
|||||||||||||||||||||||||||||||||||
PROTECTED HandleJavaScriptMessage (JavascriptMessageReceivedEventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED LoadRibbonQuickAccessToolbar ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings (character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED LONGCHAR LoadSettingsLong (character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC NavigateBack ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC NavigateForward ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC NavigateTo (character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnAddressChanged (AddressChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnCancelEnabledChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnConsoleMessage (ConsoleMessageEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnFormClosed (FormClosedEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnFormClosing (FormClosingEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnFormDestroyed (EventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnFrameLoadEnd (FrameLoadEndEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnFrameLoadStart (FrameLoadStartEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnIsBrowserInitializedChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnJavascriptMessageReceived (JavascriptMessageReceivedEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnLoadError (LoadErrorEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnLoadingStateChanged (LoadingStateChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnNavigateBackEnabledChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnNavigateForwardEnabledChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnStatusMessage (StatusMessageEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnTitleChanged (TitleChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED RemoveSetting (character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED RestoreUltraSplitterPosition ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED RestoreWindowPosition ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC SelectBrowser ()
|
|||||||||||||||||||||||||||||||||||
PRIVATE SetButtonEnabled (character, logical)
|
|||||||||||||||||||||||||||||||||||
PUBLIC ShowMaintenanceRibbonGroup ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED StoreRibbonQuickAccessToolbar ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character, character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED StoreSettingsLong (longchar, character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC StoreUltraSplitterPosition ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED StoreWindowPosition ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED SuspendSTAThreadWarning (UltraDockManager)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs)
|
PUBLIC BrowserForm ()
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC BrowserForm (character)
|
PUBLIC AddressChanged (Object, AddressChangedEventArgs)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CancelEnabledChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC ConsoleMessage (Object, ConsoleMessageEventArgs)
|
||||||||||||||||||||
PUBLIC FormDestroyed DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC FrameLoadEnd (Object, FrameLoadEndEventArgs)
|
||||||||||||||||||||
PUBLIC FrameLoadStart (Object, FrameLoadStartEventArgs)
|
||||||||||||||||||||
PUBLIC IsBrowserInitializedChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC JavascriptMessageReceived (Object, JavascriptMessageReceivedEventArgs)
|
||||||||||||||||||||
PUBLIC LoadError (Object, LoadErrorEventArgs)
|
||||||||||||||||||||
PUBLIC LoadingStateChanged (Object, LoadingStateChangedEventArgs)
|
||||||||||||||||||||
PUBLIC NavigateBackEnabledChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC NavigateForwardEnabledChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC StatusMessage (Object, StatusMessageEventArgs)
|
||||||||||||||||||||
PUBLIC TitleChanged (Object, TitleChangedEventArgs)
|
PROTECTED CHARACTER BindableProperties
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL CancelEnabled
|
|||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||
PUBLIC CefSharp.WinForms.ChromiumWebBrowser ChromiumWebBrowser
|
|||||||||
PUBLIC LOGICAL DeleteOnFormClosed
|
|||||||||
PUBLIC System.Collections.Generic.List <Progress.Windows.Form> DependentForms
|
|||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PUBLIC LOGICAL IsClosed
|
|||||||||
PUBLIC LOGICAL NavigateBackEnabled
|
|||||||||
PUBLIC LOGICAL NavigateForwardEnabled
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PUBLIC System.Windows.Forms.FormWindowState PreviousWindowState
|
|||||||||
PUBLIC CHARACTER SecurityKey
|
|||||||||
PROTECTED LOGICAL StoreFormPosition
|
|||||||||
PUBLIC LOGICAL UseStartupSizeAsMinSize
|
|||||||||
PUBLIC CHARACTER WindowPositionRegistryKey
|