function InitializeBitmapButtonFromIcon(const BitmapButton: TBitmapButton; const IconFilename: String; const BkColor: TColor; const AscendingTrySizes: TArrayOfInteger): Boolean;
Initializes the given bitmap button with an icon from the given icon file using the given background color for transparent parts.
See InitializeBitmapImageFromIcon for more information.