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


"

The following tables list the members exposed by UserDrawnAdvancedTipEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnAdvancedTipEventArgs ConstructorInitializes a new instance of the UserDrawnTipEventArgs Class  
Top

Public Properties

 NameDescription
public PropertyFontReturns the Font used to calculate the dimensions of the current tool tip.  
public PropertyGraphics

A handle to the Graphics object responsible for the drawing.

 
public PropertyPaintTipDetermines if the default painting routines will be used or not.  
public PropertyRect

The rectangle representing the size and location of the tool tip.

 
public PropertyTextReturns the text to be displayed within the current tool tip.  
Top

See Also