Function ProNavigatorpaneBrowserAdd
Description
Add navigator pane
Replacement in Object TOOLKIT:
Synopsis
#include <ProNavigator.h>
ProNavigatorpaneBrowserAdd
(
ProCharName pane_name
/* (In)
Name of the new navigator pane
*/
ProCharName icon_file_name
/* (In)
Icon file name. Pass NULL to use default icon.
*/
wchar_t* url
/* (In)
URL of the pane
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Function failed.
Sample Code References
User Guide References
Was this helpful?