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

Created LoadImage (markdown)

FellippeHeitor 2016-12-19 01:53:59 -02:00
parent 834a915795
commit 2bf0bf746b

8
LoadImage.md Normal file

@ -0,0 +1,8 @@
The LoadImage method is used to load a valid image file into a control's helper canvas. It is used to assign icons to buttons or menu items as well as to assign an image file to a [[Picture box]] control.
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 [[Picture box]] controls, an "image not found" or "invalid image file" warning is shown.