Click or drag to resize

PropertyStoreIsWritable Method

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

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

Parameters

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

Return Value

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