dbicSlide Send comments on this topic.
BeforeAdvancedTipEventArgs Class Members
See Also  Properties 
dbicSlide Assembly > Dbi.WinControl.Slide Namespace : BeforeAdvancedTipEventArgs Class


"

The following tables list the members exposed by BeforeAdvancedTipEventArgs.

"

Public Constructors

 NameDescription
public ConstructorBeforeAdvancedTipEventArgs ConstructorInitializes a new instance of the BeforeAdvancedTipEventArgs Class  
Top

Public Properties

 NameDescription
public PropertyAlignDetermines the alignment of the text in the tool tip.  
public PropertyBackColorDetermines the primary color used to paint the background of the current tool tip.  
public PropertyBackColorToDetermines the secondary color used to paint the background of the current tool tip.  
public PropertyBorderColorDetermines the color used to paint the border of the current tool tip.  
public PropertyBorderTypeDetermines the border appearance of the current tool tip.  
public PropertyDisplayDertermines if the current tool tip will be shown to the user.  
public PropertyFillTypeDetermines the gradient used to paint the background of the current tool tip.  
public PropertyFontDetermines the font used to draw the text of the current tool tip.  
public PropertyForeColorDetermines the color used to paint the text in the current tool tip.  
public PropertyLocationDetermines where the top left corner of the current tool tip will be.  
public PropertyRecalculateTipDetermines if the developer wants the control to recalculate the size/location of the current tool tip after the event finishes.  
public PropertySizeDetermines the size of the current tool tip  
public PropertyTextDetermines the text that will be displayed within the current tool tip.  
public PropertyValueDetermines the current value of the control that the current tool tip is displaying for.  
Top

See Also