Click or drag to resize

Label Constructor (String)

Create a Label with the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Label(
	string name
)

Parameters

name
Type: SystemString
See Also