Scheduler for WinRT
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 String, _
   ByVal menuCaption As String _
)
'Usage
 
Dim text As String
Dim menuCaption As String
 
Dim instance As New Label(text, menuCaption)
public Label( 
   string text,
   string menuCaption
)

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Label Class
Label Members
Overload List

 

 


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