Class ControlOverlayWithToolTip
Represents a control overlay that includes a tooltip with customizable parameters.
public class ControlOverlayWithToolTip : ControlOverlayWithImage, IBaseObjectWithId, IBaseObject, IControlOverlay
- Inheritance
-
ControlOverlayWithToolTip
- Implements
Remarks
This class extends ControlOverlayWithImage by adding support for a rich tooltip. The tooltip can be customized using the ToolTip property. Use the UpdateImage() method in order to update the visual representation of the tooltip.
Constructors
- ControlOverlayWithToolTip()
Initializes a new instance of the ControlOverlayWithToolTip class.
Properties
- Template
Gets or sets the template used to define the content and layout of the rich tooltip.
- ToolTip
Gets or sets the tooltip parameters.
Methods
- UpdateImage()
Updates the Image property with a new image generated from the current template and tooltip parameters.