This method is called when the status text could have changed and should be updated (e.g. when the control receives the input focus).

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
void SetStatusText(
	string text
)
Visual Basic (Declaration)
Sub SetStatusText ( _
	text As String _
)

Parameters

text
Type: System..::.String
the status text.

See Also