BalloonShow Method (String, Color, Color) |
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,
Color backgroundColor,
Color contentColor
)
Public Sub Show (
htmlContent As String,
backgroundColor As Color,
contentColor As Color
)
public:
void Show(
String^ htmlContent,
Color backgroundColor,
Color contentColor
)
member Show :
htmlContent : string *
backgroundColor : Color *
contentColor : Color -> unit
Parameters
- htmlContent
- Type: SystemString
The HTML content to be shown. - backgroundColor
- Type: System.DrawingColor
The BackgroundColor of the balloon. - contentColor
- Type: System.DrawingColor
The ContentColor of the balloon.
See Also