Label.SetEnabled

Label.SetEnabled ( 

string  ObjectName,

boolean Enabled = true )

Description

Sets the enabled/disabled state of a label object.

Note: When a label object is disabled, it is displayed in its Disabled color, and doesn't respond to the user at all.

Parameters

ObjectName

(string) The name of the label object.

Enabled

(boolean) Whether to make the label object enabled or disabled:

VALUE

DESCRIPTION

true

Enabled. (Default)

false

Disabled.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions