rbuttondown


pfcmain.pbl   >   pfc_u_progressbar   >   dw_progress   >   rbuttondown   

Full name pfc_u_progressbar.dw_progress.rbuttondown
Access public
Extend of
Return value
Prototype event rbuttondown()

Name Datatype
No Data

Name Datatype
No Data

event rbuttondown;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		RButtonDown
//
//	Arguments:	None
//
//	Returns:		None
//
//	Description:
//		Pass the button properties to the uo since this object takes up the whole
//		uo space	
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

// pass right mouse button processing to the parent user object.
parent.event rbuttondown(2, xpos, ypos)
end event

     
Name Owner
No Data

     
Name Owner
userobject.rbuttondown userobject

     
Full name
No Data

     
Name Scope
No Data