Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ElementDescriptionVersion IntroducedPro Version Introduced
<Group>A single group that appears within a single tab and contains controls.1.03.2
<QuickAccessControls>A list of controls that appear in the quick access toolbar.1.03.2
<SplitButton>A button control with a drop down that can contain other controls.1.03.2
<TabBarControls>The list of controls that appear on the right end of the tab bar area.1.03.2

...

The EditField element defines an edit field control that will appear on the ribbon. It is blank by default, in which case you can display a hint, such as "Search..." as a kind of pseudo label. To set the text or hint programmatically, use the EditFieldText or or EditFieldHint properties respectively. The only event available to you for this control is the OnEditFieldLostFocus event. Use it to react to changes in the edit line.

...