Click or drag to resize

PropertyStoreIsWritable Method

Determines whether the specified key value is writable. The default implementation returns true.

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

Parameters

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

Return Value

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