Status Constructor(Color,String,String)
In This Topic
Creates the new custom
Status object with specified color, text and menu caption.
Syntax
'Declaration
Public Function New( _
ByVal As System.Drawing.Color, _
ByVal As System.String, _
ByVal As System.String _
)
public Status(
System.Drawing.Color ,
System.string ,
System.string
)
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.
See Also