Todo List
TComponent | --TControl | --TWebControl | --TLabel
TLabel displays text on a Web page. You can customize the displayed text through the Text property.
Note, Text will be HTML encoded before it is displayed in the TLabel component. If you don't want it to be so, set EncodeText to false.
Namespace: System.Web.UI.WebControls
Properties
TLabel __construct( )
Sets TagName property to 'span'.
boolean allowBody( mixed $object)
string getText( )
boolean isEncodeText( )
void renderBody( )
This method overrides parent's implementation.
void setEncodeText( boolean $value)
void setText( string $value)