ComponentOne DynamicHelp for WinForms
UIElementInfo Class
Members 

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace : UIElementInfo Class
This class contains information about a UI element: its Name and Parent.
Object Model
UIElementInfo Class
Syntax
'Declaration
 
Public Class UIElementInfo 
public class UIElementInfo 
Remarks
This class should be used only if you want to assign topics to UI elements in custom controls. If you need to handle UI elements inside custom controls, you have to create your own UIElementResolver object and override its virtual methods. Namely, when you override the UIElementResolver.GetUIElementInfo method, you need to create a UIElementInfo object and set its Name and Parent properties.
Inheritance Hierarchy

System.Object
   C1.Win.C1DynamicHelp.UIElementInfo

See Also

Reference

UIElementInfo Members
C1.Win.C1DynamicHelp Namespace