Click or drag to resize

BalloonShow Method (String, Rectangular, Color, Color)

Shows the balloon with the HTML content specified by htmlContent, at the control position specified by controlPosition.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Show(
	string htmlContent,
	Rectangular controlPosition,
	Color backgroundColor,
	Color contentColor
)

Parameters

htmlContent
Type: SystemString
The HTML content to be shown.
controlPosition
Type: AGI.Foundation.CoordinatesRectangular
The control position of the balloon.
backgroundColor
Type: System.DrawingColor
The BackgroundColor of the balloon.
contentColor
Type: System.DrawingColor
The ContentColor of the balloon.
See Also