clicked


pfcmain.pbl   >   pfc_m_view   >   m_viewdisplay   >   clicked   

Full name pfc_m_view.m_viewdisplay.clicked
Access public
Extend of
Return value
Prototype event clicked()

Name Datatype
No Data

Name Datatype
No Data

event clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  Clicked
//
//	Description:	Check the menu option that is the current view.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

This.m_largeicon.Checked = False
This.m_smallicon.Checked = False
This.m_list.Checked = False
This.m_details.Checked = False

Choose Case ilv_Parent.View
	Case ListViewLargeIcon!
		This.m_largeicon.Checked = True
	Case ListViewSmallIcon!
		This.m_smallicon.Checked = True
	Case ListViewList!
		This.m_list.Checked = True
	Case ListViewReport!
		This.m_details.Checked = True
End Choose

end event

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
pfc_m_view.m_viewdisplay

     
Name Scope
No Data