[RSS]

Which property determines the text displayed on a component?

The 'value' property contains the information primarily associated with a component. Since value is the most meaningful, it determines the text displayed for most components, such as OutputText, TextField, Hyperlink, and Button. Developers new to the visual web pack might try to use 'title' or another property to label a component. title is used to specify the tooltip text for a component. To learn the purpose of other properties, hover your mouse cursor over a property until its tooltip appears, or right-click the property and choose Help from the contextual menu.