1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-16 19:03:54 +00:00

Updated LoadImage (markdown)

FellippeHeitor 2016-12-21 15:00:15 -02:00
parent ccaaab0ed0
commit bbd07df4fd

@ -5,5 +5,5 @@ Usage:
LoadImage Control(ControlID), ImageFile$
If the ImageFile$ specified can't be found or isn't a valid image, one of the following will happen:
* For [[Button]] and [[Menu]] item controls, the method ignores the failed load attempt.
* For [[Button]] and [[Menu item|Menus]] controls, the method ignores the failed load attempt.
* For [[Picture box]] controls, an "image not found" or "invalid image file" warning is shown in the control's canvas.