C1.Silverlight.Schedule.5
Label Constructor(String,String)

The text of the label.
Creates custom Label object with specified text and menu caption.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal menuCaption As System.String _
)
public Label( 
   System.string text,
   System.string menuCaption
)

Parameters

text
The text of the label.
menuCaption
The menu caption for displaying label in dialogs.
See Also

Reference

Label Class
Label Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.