Label Constructor(String,String)
Creates custom
Label object with specified text and menu caption.
public Label(
System.string ,
System.string
)
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
Parameters
- text
- The text of the label.
- menuCaption
- The menu caption for displaying label in dialogs.