BalloonShow Method | 
| Name | Description | |
|---|---|---|
| Show(String) | 
Shows the balloon with the HTML content specified by htmlContent, at the center of the control.
  | |
| Show(String, Cartographic) | 
Shows the balloon with the HTML content specified by htmlContent, at the  Cartographic position specified on EarthCentralBody.
  | |
| Show(String, Rectangular) | 
Shows the balloon with the HTML content specified by htmlContent, at the control position specified by controlPosition.
  | |
| Show(String, Color) | 
Shows the balloon with the HTML content specified by htmlContent, at the center of the control.
  | |
| Show(String, Cartographic, CentralBody) | 
Shows the balloon with the HTML content specified by htmlContent, at the  Cartographic position specified on centralBody.
  | |
| Show(String, Cartographic, Color) | 
Shows the balloon with the HTML content specified by htmlContent, at the  Cartographic position specified on EarthCentralBody.
  | |
| Show(String, Rectangular, Color) | 
Shows the balloon with the HTML content specified by htmlContent, at the control position specified by controlPosition.
  | |
| Show(String, Color, Color) | 
Shows the balloon with the HTML content specified by htmlContent, at the center of the control.
  | |
| Show(String, Cartographic, CentralBody, Color) | 
Shows the balloon with the HTML content specified by htmlContent, at the  Cartographic position specified on centralBody.
  | |
| Show(String, Cartographic, Color, Color) | 
Shows the balloon with the HTML content specified by htmlContent, at the  Cartographic position specified on EarthCentralBody.
  | |
| Show(String, Rectangular, Color, Color) | 
Shows the balloon with the HTML content specified by htmlContent, at the control position specified by controlPosition.
  | |
| Show(String, Cartographic, CentralBody, Color, Color) | 
Shows the balloon with the HTML content specified by htmlContent, at the  Cartographic position specified on centralBody.
  |