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

TipText
The text that the current tip will display.
TipFont
The font used to render the text of the current tip.
Initializes a new instance of the UserDrawnTipEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Function New( _
   Optional ByVal TipText As String, _
   Optional ByVal TipFont As Font _
)
C# 
public UserDrawnAdvancedTipEventArgs( 
   string TipText,
   Font TipFont
)

Parameters

TipText
The text that the current tip will display.
TipFont
The font used to render the text of the current tip.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also