Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
Label Constructor (String)
Label Class
See Also
Creates custom
Label
object with specified text.
Namespace:
C1.C1Schedule
Assembly:
C1.Web.UI.Controls.2
(in C1.Web.UI.Controls.2.dll)
Syntax
C#
public
Label
(
string
text
)
Visual Basic
Public
Sub
New
( _
text
As
String
_ )
Parameters
text
Type:
System
.
.
::
.
.
String
The text of the label.
See Also
Label Class
Label Overload
C1.C1Schedule Namespace