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

RemoveActiveForm (Form form)

Removes the active form.

Protected Member Functions

virtual void

Dispose (bool disposing)

Releases unmanaged and - optionally - managed resources.

Properties

static Application

CurrentApplication [get]

Gets the current application.

List< Form >

ActiveForms [get, set]

Gets or sets the active forms.

Form

ActiveForm [get, set]

Gets or sets the active form.

EventHandler

ItemHasChanged [get, set]

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()

virtual void Gap.Blazor.Application.Dispose

(

bool

disposing

)

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

List<Form> Gap.Blazor.Application.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