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


The color which will be used for displaying status.
The System.String value.
Creates the new custom Status 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 Status(color, text, menuCaption)
public Status( 
   Color color,
   string text,
   string menuCaption
)

Parameters

color
The color which will be used for displaying status.
text
The System.String value.
menuCaption
The menu caption for displaying status 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

Status Class
Status Members
Overload List

 

 


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