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 public static bool SetConsoleIcon(
int resourceId
)
Parameters
- resourceId
- Type: SystemInt32
The icon resource identifier.
Return Value
Type:
Booleantrue if the operation succeeded,
false otherwise.
See Also