Click or drag to resize

BalloonShow Method (String)

Shows the balloon with the HTML content specified by htmlContent, at the center of the control.

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
)

Parameters

htmlContent
Type: SystemString
The HTML content to be shown.
See Also