Link Search Menu Expand Document

ImageButton.ResetPushedImage Method

Explanation Discard the image set by the SetPushedImage method.
Call format ImageButton1.ResetPushedImage( )
Return value None
Arguments None
Exception None
Example of use
    ImageButton1.ResetPushedImage();
    
Related item SetPushedImage method