ResetImageListDisabled Method (TOOLBAR)
9.1C, PLBCMP GUI Only
The ResetImageListDisabled method resets the TOOLBAR object to have the IMAGELISTDISABLED property set to a NULL state. The method uses the following format:
|
|
|
|
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:
The {return} value is zero when the method execution is unsuccessful or one if the method is successful.
The ZERO flag is set when {return} value is zero.
The OVER flag is set TRUE if {return} is too small and the value is truncated.
For improved performance in the Application Server environment, do not specify the optional return value unless needed.
See Also: Method Syntax, TOOLBAR Methods
![]() |