rbuttondown


pfcwnsrv.pbl   >   pfc_w_statusbar   >   dw_statusbar   >   rbuttondown   

Full name pfc_w_statusbar.dw_statusbar.rbuttondown
Access public
Extend of
Return value
Prototype event rbuttondown()

Name Datatype
No Data

Name Datatype
No Data

event rbuttondown;// Override Ancestor. 

//////////////////////////////////////////////////////////////////////////////
//
//	Event:  rbuttondown
//
//	Returns:	None
//
//	Description:
// Keep focus on the Frame.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.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.
//
//////////////////////////////////////////////////////////////////////////////

// Keep focus on the Frame.
If IsValid(iw_parentwindow) Then
	SetFocus(iw_parentwindow)
End If
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
systemfunctions.setfocus systemfunctions

     
Full name
No Data

     
Name Scope
No Data