ComponentOne DynamicHelp for WinForms
Resolver Property

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > C1DynamicHelp Class : Resolver Property
Represents a class with virtual methods that are used to supply information about custom controls used in the application.
Syntax
'Declaration
 
Public Property Resolver As UIElementResolver
public UIElementResolver Resolver {get; set;}
Remarks
This property must be set only if custom/third-party controls are used in the application and it is necessary to associate help with parts of such controls (called UI elements, for example, buttons on a custom ribbon control). It should provide a way to get the Name and Parent for every UI element, get a UI element inside the control by coordinates, get a UI element inside the control by name, etc.
See Also

Reference

C1DynamicHelp Class
C1DynamicHelp Members