interface
|
IApplicationControl
|
Gets or sets the application that is run in this application control.
[OwnerValue]
|
||||
property
|
Application
{
get
set
}
|
|||
type
|
IApplication
|
|||
value
|
The application to run. |
The graphics context factory to use.
property
|
ContextFactory
{
get
set
}
|
||
type
|
IGraphicsContextFactory
|
||
value
|
The graphics context factory. |
Remarks:
Setting
the
context
factory
to
null
will
reset
the
application
control
(see
ResetApplication).
Changing the context factory while an application is running will change the graphics context of the application (see GraphicsContextDetach and GraphicsContextAttach).
Calls Closing on the window of the application.
method
|
CloseApplication
()
|
Resets this application control by disposing the application and the running loop (if present).
method
|
ResetApplication
()
|