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  property 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.

...

It has become common for buttons to display tooltips when the user rests the mouse over the button for a short period of time. Usually, the tooltip displays more details on the button's function. To add tooltips, set thethe ToolTip property.

Drop Down Menus

...