Click or drag to resize

ShellItemIsPropertyWritable Method

Determines whether the specified property key value is writable, from this item's property store.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool IsPropertyWritable(
	PropertyKey key
)

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.

Return Value

Type: Boolean
true if the specified property key value is writable; otherwise, false.
See Also