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.2.419.0 (24.2.419.0)
Syntax public void Show(
string htmlContent
)
Public Sub Show (
htmlContent As String
)
public:
void Show(
String^ htmlContent
)
member Show :
htmlContent : string -> unit
Parameters
- htmlContent
- Type: SystemString
The HTML content to be shown.
See Also