label

Returns or sets the label that M-Business Client displays for the specified menu on the current platform.

Interface

PODSMenuItem

IDL definition
attribute PODSString label;
JavaScript synopsis
menuitem.label
menuitem.label = bool
C synopsis
PODSString PODSgetLabel(PODSMenu* menu);
void PODSsetLabel(PODSMenu* menu, PODSString labeltext);
Parameters
  • menu   The PODSMenu object.

  • labeltext   The text string of the label for top-level menu access.

Returns
  •       The text string of the label for the menu.

  • Setter:   None