Click or drag to resize

PropertyDescriptionFormatForDisplay Method

Formats a value for display.

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.
flags
Type: callback.ShellBoost.Core.WindowsPropertySystemPROPDESC_FORMAT_FLAGS
The flags.

Return Value

Type: String
A string.
See Also