BalloonShow Method (String, Rectangular) | 
 
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: 25.1.421.0 (25.1.421.0)
Syntaxpublic void Show(
	string htmlContent,
	Rectangular controlPosition
)
Public Sub Show ( 
	htmlContent As String,
	controlPosition As Rectangular
)
public:
void Show(
	String^ htmlContent, 
	Rectangular controlPosition
)
member Show : 
        htmlContent : string * 
        controlPosition : Rectangular -> unit 
Parameters
- htmlContent
 - Type: SystemString
The HTML content to be shown. - controlPosition
 - Type: AGI.Foundation.CoordinatesRectangular
The control position of the balloon. 
See Also