dbicTips Send comments on this topic.
BeforeTipShowEventArgs Class Members
See Also  Properties 
dbicTips Assembly > Dbi.WinControl.Tips Namespace : BeforeTipShowEventArgs Class


"

The following tables list the members exposed by BeforeTipShowEventArgs.

"

Public Constructors

 NameDescription
public ConstructorBeforeTipShowEventArgs ConstructorInitializes a new instance of the class.  
Top

Public Properties

 NameDescription
public PropertyControlThe control that triggered the tooltip.  
public PropertyDisplayTipDetermines if the tooltip will display.  
public PropertyLocationThe X and Y coordinates of the top left corner of the tooltip when it displays.  
public PropertySizeThe height and width of the tooltip when it displays.  
public PropertyToolTipsThe dbiTipsObject that will be displayed.  
Top

See Also