ScriptUI

Description

A global class containing central information about ScriptUI. Not instantiable.

Static Properties

Alignment readonly Collects the enumerated values that can be used in the alignment and alignChildren properties of controls and containers.
FontStyle readonly Collects the enumerated values that can be used as the style argument to the?ScriptUI.newFont()?method.
applicationFonts readonly The font constants defined by the host application.
compatibility readonly An object whose properties are the names of compatability modes supported by the host application.
coreVersion readonly A string containing the internal version number of the ScriptUI module.
environment readonly An object whose properties define attributes of the environment in which ScriptUI operates.
events readonly An object whose properties and methods provide access to objects used in the ScriptUI event system.
frameworkName readonly A string containing the name of the UI component framework with which this version of ScriptUI is compatible.
version readonly A string containing the version number of the ScriptUI component framework

Static Methods

getResourceText readonly Finds and returns the resource for a given text string from the host application’s resource data.
newFont readonly Creates a new font object for use in text controls and titles.
newImage readonly Loads a new image from resources or disk files into an image object.