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


"

The following tables list the members exposed by AfterTipLocationCalculatedEventArgs.

"

Public Constructors

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

Public Properties

 NameDescription
public PropertyControlThe control that triggered the tooltip.  
public PropertyHeightThe height of the tooltip when it displays.  
public PropertyToolTipsThe dbiTipsObject that will be displayed.  
public PropertyWidthThe width of the tooltip when it displays.  
public PropertyXThe X coordinate where the tooltip will display  
public PropertyYThe Y coordinate where the tooltip will display  
Top

See Also