Click or drag to resize

WindowsUtilitiesSetConsoleIcon Method

Defines the console icon, if the current application is a console.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool SetConsoleIcon(
	int resourceId
)

Parameters

resourceId
Type: SystemInt32
The icon resource identifier.

Return Value

Type: Boolean
true if the operation succeeded, false otherwise.
See Also