ignoreSkin

Type: Boolean

Availability: Read or write at any time

Set the ignoreSkin property of the Window class to true to specify that the window is drawn without a skin. By default, this property is set to false and the window (form or control) uses any appropriate skin.

Use the Form class ignoreSkinAllControls property to specify whether the application skin is ignored for a form and all of its child controls (including dynamic controls); that is, you do not have to set the value of the ignoreSkin property to true for each control on the form.

For details about using skins to enhance your runtime applications, see Chapter 2 of your Runtime Application Guide.

See also the Application class setApplicationSkin method, "JadeSkinApplication Class", and "JadeSkinControl and Subclasses", in Chapter 1. See also the Form class setApplicationSkin method, later in this document.