Click or drag to resize

FolderViewSetText 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.WindowsShellFVTEXTTYPE
The text type.
text
Type: SystemString
The text to be used.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
See Also