ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.8 Assembly / C1.Win.C1DynamicHelp Namespace / UIElementResolver Class
Members

In This Topic
    UIElementResolver Class
    In This Topic
    This class provides methods to find UI elements inside a control by name, coordinates, etc, and other methods necessary for associating dynamic help to UI elements inside a control.
    Object Model
    UIElementResolver Class
    Syntax
    'Declaration
     
    Public Class UIElementResolver 
    public class UIElementResolver 
    Remarks

    A class derived from this class is necessary only if you are using custom controls that cannot be handled by the C1DynamicHelp control automatically and then only if you need to associate help topics with parts (UI elements) of those controls, not with the controls themselves.

    You have no need to create objects of this type, it is sufficient to define a class derived from UIElementResolver and override its virtual methods. These overridden methods should provide necessary information about UI elements inside custom controls used in your application.

    Inheritance Hierarchy

    System.Object
       C1.Win.C1DynamicHelp.UIElementResolver

    See Also