of_getdisplaystyle


pfcmain.pbl   >   pfc_u_progressbar   >   of_getdisplaystyle   

Full name pfc_u_progressbar.of_getdisplaystyle
Access public
Extend of integer
Return value integer
Prototype public function integer of_getdisplaystyle()

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getdisplaystyle ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:	of_GetDisplayStyle
//
//	Access:		public
//
//	Arguments:	None
//
//	Returns:		integer
//	 the display style of the progress bar
//		0=just the bar
//		1=% complete
//		2=position
//		3=text from settext
//
//	Description:
//	Returns the display style of the progress bar
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////


return ii_displaystyle
end function

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data