SetPanelExUsercallback |
www.progui.co.uk Top Previous Next |
SetPanelExUsercallback() Syntax Success = SetPanelExUsercallback(Panel.i, *UserCallback) Description
Sets a PanelEx's usercallback. Panel.i is the ID/Handle of the PanelEx and *UserCallback is the address of the new callback procedure.
Returns true for success or zero for failure.
|