NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StatusBarPanel.ToString

Retrieves a string that contains information about the panel.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: override String* ToString();
[JScript]
public override function ToString() : String;

Return Value

Returns a string that contains the class name for the control and the text it contains.

See Also

StatusBarPanel Class | StatusBarPanel Members | System.WinForms Namespace