Constructor ToolTipHost
ToolTipHost()
Initializes a new instance of the ToolTipHost<TView> class.
public ToolTipHost()
ToolTipHost(TView?)
Initializes a new instance of the ToolTipHost<TView> class with the specified content view.
public ToolTipHost(TView? contentView)
Parameters
contentViewTViewThe view to host in the tooltip. If null, a new instance will be created.