Versions Compared

Key

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

...

The SRP StatusBar Control can automatically display status text for each SRP Button Control without requiring the developer to do the wiring. The first step is to add pane to the SRP StatusBar Control whose PaneTypeproperty is "SRP Status." Then, set the SRP Button Control's StatusBarText property. The text supplied to this property will automatically appear in the SRP StatusBar Control when the user hovers over the button.

...

In order to consolidate space, the SRP Button Control supports the ability to display a menu (instead of firing the OnClick event). When the user selects a menu item, the OnContextMenu event is fired instead. To use drop down menus, set the control's ContextMenu property.