ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / C1DynamicHelp Class / Resolver Property

In This Topic
    Resolver Property
    In This Topic
    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