ResetImageListHot Method (TOOLBAR)


9.1C, PLBCMP GUI Only

 

The ResetImageListHot method resets the TOOLBAR object to have the IMAGELISTHOT property set to a NULL state. The method uses the following format:

 

[label]

{object}.ResetImageListHot

[GIVING {return}]

 

Where:

label

Optional. A Program Execution Label.

object

Required. A TOOLBAR object that is modified.

return

Optional. A Numeric Variable that indicates the success or failure of the method.

Flags Affected: OVER, ZERO

Note the following:

  1. The {return} value is zero when the method execution is unsuccessful or one if the method is successful.

  2. The ZERO flag is set when {return} value is zero.

  3. The OVER flag is set TRUE if {return} is too small and the value is truncated.

  4. For improved performance in the Application Server environment, do not specify the optional return value unless needed.

 

 

See Also: Method Syntax, TOOLBAR Methods

 



PL/B Language Reference ResetImageListDisabled (TOOLBAR) SetImageList Method (TOOLBAR)