company logo

ActionItem :: label - Action label

The action label is the text displayed for the action e.g. in a menu item.

Return value:  String value ( odaba::String  )

Implementation overview

Implementation details

  1. Get label text
    odaba::String ActionItem  :: label (  )

    The property returns the action's label text to be displayed.

  2. to list
  3. Change action item label
    odaba::String ActionItem  :: label ( odaba::String &sText )

    The setter function allows changing the action item label during run-time. In order to make the new label visible, refresh() has to be called after changing the label text.

    • sText - Text string
  4. to list