WebMap for Blazor
  • WebMap Blazor
    • Modernization
      • Overview
      • Modernization Challenges
      • Our solution
      • What is Blazor?
      • How does Blazor Work?
      • Windows Forms in Blazor
      • Deployment
      • Interfacing with hardware devices
    • Research for Blazor
      • Handling Reference Parameters in Async Methods with Ref<T>
      • Alternatives to Async Properties in C#
      • Issue with using "MessageBox.Show" in Blazor
    • Assessment Tool
    • Conversion Tool
      • Getting Started
      • Modals and Dialogs
      • Static Service Management
      • ImageListStreamer
      • Solution and Project Structure
        • Solution Generator
    • DCP: Desktop Compatibility Library
      • API Documentation
        • Blazor DCP: Gap.Blazor.Application Class Reference
      • Components Information
        • Button Component
        • Application Data Component
        • GroupBox Component
        • Label Component
    • Post Conversion
      • How To?
        • Create a new WebMap Window?
        • Create a new WebMap Component?
        • Create a native Blazor Window in a WebMap app?
        • Create a native Blazor Component in a WebMap Window?
        • Change the default WebMap visual layout?
    • WebMap: Angular vs Blazor
      • Footprint
      • Binaries size
      • Chatiness
      • Performance
      • Extensibility
      • Maintainability
      • Debugging
      • Project Structure
    • WebMap for Blazor Release Notes
      • Beta version
    • FAQ
    • Errors and Troubleshooting
    • License
Powered by GitBook
On this page
  • ◆ Dispose()
  • ◆ RemoveActiveForm()
  • ◆ ActiveForm
  • ◆ ActiveForms
  • ◆ CurrentApplication
  • ◆ ItemHasChanged
Export as PDF
  1. WebMap Blazor
  2. DCP: Desktop Compatibility Library
  3. API Documentation

Blazor DCP: Gap.Blazor.Application Class Reference

The Application All Applications of any Desktop Compatibility Platform should associate the Forms with the corresponding IApplication implementation. More...

Public Member Functions

Application ()

Initializes a new instance of the Application class.

void

Dispose ()

void

Removes the active form.

Protected Member Functions

virtual void

Releases unmanaged and - optionally - managed resources.

Properties

static Application

Gets the current application.

Gets or sets the active forms.

Form

Gets or sets the active form.

EventHandler

Gets or sets the item has changed.

The Application All Applications of any Desktop Compatibility Platform should associate the Forms with the corresponding IApplication implementation.

<mapfrom>System.Windows.Forms.Application.</mapfrom>

◆ Dispose()

protectedvirtual

virtual void Gap.Blazor.Application.Dispose

(

bool

disposing

)

Releases unmanaged and - optionally - managed resources.

Parameters

disposing

true to release both managed and unmanaged resources; false to release only unmanaged resources.

◆ RemoveActiveForm()

void Gap.Blazor.Application.RemoveActiveForm

(

Form

form

)

Removes the active form.

Parameters

◆ ActiveForm

Form Gap.Blazor.Application.ActiveForm

getset

Gets or sets the active form.

The active form.

◆ ActiveForms

getset

Gets or sets the active forms.

The active forms.

◆ CurrentApplication

Gets the current application.

The current application.

◆ ItemHasChanged

EventHandler Gap.Blazor.Application.ItemHasChanged

getset

Gets or sets the item has changed.

The item has changed.


The documentation for this class was generated from the following file:

  • src/Gap.Blazor/Controls/Application.cs

PreviousAPI DocumentationNextComponents Information

(Form form)

(bool disposing)

[get]

< Form >

[get, set]

[get, set]

[get, set]

<Form> Gap.Blazor.Application.ActiveForms

virtual void Gap.Blazor.Application.Dispose

(

bool

disposing

)

RemoveActiveForm
Dispose
CurrentApplication
ActiveForms
ActiveForm
ItemHasChanged
List
List