[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.UIElementEvents

UIElementEvents Enum

Enumeration that specifies which of the monitored events occurred for a UI element.

Namespace: C1.Win.C1DynamicHelp
Assembly: C1.Win.C1DynamicHelp.4.8.dll
Syntax
public enum UIElementEvents
Remarks

It is used only in the HandleUIElementEvent(object, UIElementEvents) method to specify the type of an event. You need this enumeration only if you use custom controls and want to associate topics with UI elements inside them.

Fields

Name Description
Enter

UI element received focus.

Leave

UI element lost focus.