Class ToolTipFactory.ShowInOverlayParams
Represents parameters for showing a tooltip in an overlay.
public class ToolTipFactory.ShowInOverlayParams
- Inheritance
-
ToolTipFactory.ShowInOverlayParams
Constructors
- ShowInOverlayParams(AbstractControl?, UserControl, object?, OverlayToolTipParams)
Initializes a new instance of the ToolTipFactory.ShowInOverlayParams class with the specified control, overlay parent, and tooltip.
Properties
- Control
Gets or sets the control for which the tooltip is displayed.
- OverlayParent
Gets or sets the parent control to use as the overlay parent. Must be a direct or indirect parent of Control.
- Text
Gets or sets the text to display as a tooltip for the control. Can be null or empty if no tooltip is needed.
- ToolTip
Gets or sets the parameters used to configure the overlay tooltip.