Click or drag to resize

BrowserSetStatusText Method

Sets and displays status text about the in-place object in the container's frame-window status bar.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int SetStatusText(
	string text,
	bool throwOnError = true
)

Parameters

text
Type: SystemString
The message to display.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
See Also