RemoveImage()

Example 1:

To remove the Image file on the NormalObject State for an Image object named IntroGraph, use the following syntax:

IntroGraph.RemoveImage()

Example 2:

To remove the Image file on the Mouse Over Object State for an Image object named IntroGraph, use the following syntax:

DelGraphic = IntroGraph.GetAppearance("Mouse Over")
DelGraphic.RemoveImage()

Note:
When the user moves the mouse over the object named IntroGraph, the Image file used will be the same as the object’s Normal Object State.

 

see also:SetImage and GetAppearance

Close