Label Constructor(String,Font)
Initializes a new instance of the Label class with text, and a font.
[Visual Basic]
Public Function New( _
ByVal text As String, _
ByVal font As Font _
)
[C#]
public Label(
string text,
Font font
);
Parameters
- text
- Text of this label.
- font
- Font of this label.
See Also
Label Class
| Label Members
| Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.