description

Type: String

Availability: Read or write at any time

The description property of the Window class contains a textual description of the object of the window. The description can be in the range 0 through 32,767 characters. This description is for documentation only and is not automatically displayed.

Any change to the value at run time is not retained after the form on which the control (or the form itself) is unloaded.

The description property for the Form or Control class defined for a Web page displays bubble help if the value of the bubbleHelp property is null ("") and the control has a picture (for example, a Button control).