'Declaration Public Function New( _ ByVal color As System.Drawing.Color, _ ByVal text As System.String, _ ByVal menuCaption As System.String _ )
public Label( System.Drawing.Color color, System.string text, System.string menuCaption )
Parameters
- color
- The color of the label.
- text
- The text of the label.
- menuCaption
- The menu caption for displaying label in dialogs.