It seems the OriginC documentation is not able to pick up comments from class properties, so you might need to look up page.h in the system folder.
WorksheetPage wp;
if( wp.Create(NULL) )
{
wp.Label = "My Label";
wp.TitleShow = WIN_TITLE_SHOW_LABEL;
}
CP