dbicTips Send comments on this topic.
dbiTips Class Events
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace : dbiTips Class


"

For a list of all members of this type, see dbiTips members.

"

Public Events

 NameDescription
public EventAfterTipLocationCalculatedOccurs after the location of the tooltip has been calculated internally by the control.  
public EventAfterTipSizeCalculatedOccurs after the size of the tooltip has been calculated internally by the control.  
public EventBeforeTipShowOccurs just before the tooltip is displayed to the user.  
public EventBeforeToolTipsOccurs before the tooltip becomes visible.  
public EventClickControlOccurs when a control that has a tooltip object attached to it is clicked.  
public EventDisposed (Inherited from System.ComponentModel.Component)
public EventEnterControlOccurs when the mouse enters a control that has a tooltip object attached to it.  
public EventLeaveControlOccurs when the mouse leaves a control that has a tooltip object attached to it.  
public EventUserDrawnBodyOccurs before the body of the tooltip is drawn, allowing the developer to customize the display.  
public EventUserDrawnFooterOccurs before the footer of the tooltip is drawn, allowing the developer to customize the display.  
public EventUserDrawnHeaderOccurs before the header of the tooltip is drawn, allowing the developer to customize the display.  
Top

See Also