The SalApplication type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberApplicationType
Returns the type of the application.
Public propertyStatic memberCompanyName
Returns the company of the application loaded from the AssemblyCompany attribute;
Public propertyStatic memberDefaultPrinterSettings
Returns the default printer settings. This is set by SalPrt
Public propertyStatic memberFormsScaleFactor
Global autoscaling factor used for all forms in the application. It is empty by default. In which case the standard scaling is used.
Public propertyStatic memberInstance
Returns the instance of the application
Public propertyStatic memberSkinApplication
Enables/Disables the skinning of the entire application.
Public propertyStatic memberThreadModel
Returns the threading model.
Public propertyStatic memberTitle
Returns the title of the application loaded from the AssemblyTitle attribute;
Public propertyStatic memberTopLevelForms
Returns a list of all top-level forms that belong to this application.
Public propertyStatic memberUseCompatibleTextRendering
Returns the value of the internal property Control.UseCompatibleTextRendering.
Public propertyStatic memberVersion
Returns the version of the framework.
Public propertyStatic memberVisualStyler
Returns the thread-safe instance of the VisualStyler component.

Remarks

VisualStyler can be used directly to set advanced properties.
Public propertyStatic memberVisualStyles
Enables disables Windows visual styles.
Public propertyStatic memberXPStyle Obsolete.
Enables disables XP visual styles.

See Also