Click or drag to resize

PropertyKeyFormatForDisplay Method

Formats a value for display, using the property description.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string FormatForDisplay(
	Object value,
	PROPDESC_FORMAT_FLAGS flags
)

Parameters

value
Type: SystemObject
The value to format.
flags
Type: callback.ShellBoost.Core.WindowsPropertySystemPROPDESC_FORMAT_FLAGS
The flags.

Return Value

Type: String
A formatted string.
See Also