Click or drag to resize

FolderView.SetText Method

Sets the text for a type of text to be used in a folder view.

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

Parameters

type
Type: callback.ShellBoost.Core.WindowsShell.FVTEXTTYPE
The text type.
text
Type: System.String
The text to be used.
throwOnError (Optional)
Type: System.Boolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
See Also