Scheduler for WinRT
Label Constructor(Color,String,String)


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

Parameters

color
The color of the label.
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.