Class Application
Provides methods and properties to manage an application.
public class Application : App, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IDisposable, IBaseObject
- Inheritance
-
Application
- Implements
Constructors
- Application()
Initializes a new instance of the Application class.
- Application(IApplicationHandler?)
Initializes a new instance of the Application class with the specified handler.
Methods
- LoadOptionalGtkCss()
Attempts to load a GTK CSS file named '<ApplicationFileName>.gtk.css' from the application directory. Returns the contents as a string, or
nullif the file doesn't exist or can't be read.