The standalone BubbleHelp .Net control product.
| Class | Description |
|---|---|
| BubbleHelp | -BubbleHelp .NETThe BubbleHelp .Net control is a custom ASP .Net server control that provides context help functionality to the Web Forms. It alows you to create as much help as needed at the exact place desired. |
| HelpItem | Custom class used to manage HelpItems. The help summary control expects objects which have 3 key properties: HelpID, Content, and Title to populate the control. This can be any datasource item which has these 3 properties at least. The Help item, and HelpItemCollection are built in objects you can use to get context help data from a datasource and provide it to a HelpSummary control as a datasource. |
| HelpItemCollection | Strongly typed collection for managing the HelpItem objects. The help summary control expects HelpItem objects to populate the control. The HelpItem objects should be loaded in the HelpItemCollection. They can be loaded in any collection object deriving from IEnumerable in the .NET Framework, but that is not recomended as it will be less performant than this custom collection provided with the product. Code Samples - are provided in the properties and methods section documentation of the product. To see specific examples of usage of a property, method or a technique, check the documentation. |
| Enumeration | Description |
|---|---|
| HelpMode | Used to manage the working mode of the control. |