Status Constructor(String,String)
Creates the new custom
Status object with specified text and menu caption.
public Status(
System.string ,
System.string
)
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
Parameters
- text
- The System.String value.
- menuCaption
- The menu caption for displaying status in dialogs.