Click or drag to resize

ShellItemIsPropertyWritable Method

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

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

Parameters

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

Return Value

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