WindowsUtilitiesSetConsoleIcon Method |
Defines the console icon, if the current application is a console.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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