[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.UIElementInfo

UIElementInfo Class

This class contains information about a UI element: its Name and Parent.

Inheritance
UIElementInfo
Namespace: C1.Win.C1DynamicHelp
Assembly: C1.Win.C1DynamicHelp.4.8.dll
Syntax
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 GetUIElementInfo(object) method, you need to create a UIElementInfo object and set its Name and Parent properties.

Constructors

Name Description
UIElementInfo(object)

Initializes a new of instance of a UIElementInfo

UIElementInfo(object, string, object)

Initializes a new of instance of a UIElementInfo

Properties

Name Description
Name

Gets or sets the name of the UIElement. The name should be unique inside the parent control.

Parent

Gets or sets the parent object of the UIElement.

UIElement

Gets the UI element for which this UIElementInfo object contains data.