Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
Status Constructor (String)
Status Class
See Also
Creates a new instance of the custom
Status
object with the specified text.
Namespace:
C1.C1Schedule
Assembly:
C1.WPF.C1Schedule
(in C1.WPF.C1Schedule.dll)
Syntax
C#
public
Status
(
string
text
)
Visual Basic (Declaration)
Public
Sub
New
( _
text
As
String
_ )
Parameters
text
Type:
System
.
.
::
.
.
String
The
String
value.
See Also
Status Class
Status Overload
C1.C1Schedule Namespace