PROPLIST.SelectPane

Previous  Next

 

pane = PROPLIST.SelectPane( pane AS INTEGER ) AS INTEGER

 


 

Makes the selected pane the current pane.  Returns the selected pane number if successful otherwise -1.

 

Example:

 

PRINT "Selected Pane: ";PROPLIST.SelectPane( PL_PropListPane ),