Click or drag to resize
uLiveWallpaper
LiveWallpaperPreferencesDeleteKey Method
Removes a value from the preferences.

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public static bool DeleteKey(
	string key
)

Parameters

key
Type: SystemString
Preference key to remove.

Return Value

Type: Boolean
true on success, false if editing session has not been started, on error.
See Also