ComponentOne DynamicHelp for WinForms
UIElementEvents Enumeration

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace : UIElementEvents Enumeration
Enumeration that specifies which of the monitored events occurred for a UI element.
Syntax
'Declaration
 
Public Enum UIElementEvents 
   Inherits System.Enum
public enum UIElementEvents : System.Enum 
Members
MemberDescription
EnterUI element received focus.
LeaveUI element lost focus.
Remarks
It is used only in the UIElementResolver.HandleUIElementEvent 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1DynamicHelp.UIElementEvents

See Also

Reference

C1.Win.C1DynamicHelp Namespace