SetImages
From IfsoGUIWiki
Contents |
Declaration
SetImages(imgNormal:TImage, imgOver:TImage = Null, imgDown:TImage = Null)
Sets the images that will appear. If imgOver and/or imgDown are not passed, then imgNormal is used in their place.
Returns
Nothing
Parameters
- imgNormal:TImage - Image to use in the normal state.
- imgOver:TImage = Null - Image to use in the MouseOver state.
- imgDown:TImage = Null - Image to use in the MouseDown state.
Gadget Information
Gagdets with this property include: ImageButton.
