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


"

The following tables list the members exposed by AfterTipSizeCalculatedEventArgs.

"

Public Constructors

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

Public Properties

 NameDescription
public PropertyBodyHeightThe height of the body area of the tooltip  
public PropertyControlThe control that triggered the tooltip.  
public PropertyFooterHeightThe height to be used for the Footer section of the tooltip when it displays.  
public PropertyHeaderHeightThe height to be used for the Header section of the tooltip when it displays.  
public PropertyToolTipsThe dbiTipsObject that will be displayed.  
public PropertyWidthThe Width that will be used when the tooltip is displayed.  
Top

See Also