[]
Represents a class with virtual methods that are used to supply information about custom controls used in the application.
[Browsable(false)]
public UIElementResolver Resolver { get; set; }
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.