| IAdditionalApplicationGetIconImage Method |
Gets the image that should be used as an icon when displaying the Additional Application.
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax Image GetIconImage(
IGame game
)
Function GetIconImage (
game As IGame
) As Image
Image^ GetIconImage(
IGame^ game
)
abstract GetIconImage :
game : IGame -> Image
Parameters
- game IGame
- The game that is associated with the Additional Application. Used to determine the correct image.
Return Value
ImageThe image to use for the icon.
See Also