Click or drag to resize

BalloonShow Method

Overload List
  NameDescription
Public methodShow(String)
Shows the balloon with the HTML content specified by htmlContent, at the center of the control.
Public methodShow(String, Cartographic)
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on EarthCentralBody.
Public methodShow(String, Rectangular)
Shows the balloon with the HTML content specified by htmlContent, at the control position specified by controlPosition.
Public methodShow(String, Color)
Shows the balloon with the HTML content specified by htmlContent, at the center of the control.
Public methodShow(String, Cartographic, CentralBody)
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on centralBody.
Public methodShow(String, Cartographic, Color)
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on EarthCentralBody.
Public methodShow(String, Rectangular, Color)
Shows the balloon with the HTML content specified by htmlContent, at the control position specified by controlPosition.
Public methodShow(String, Color, Color)
Shows the balloon with the HTML content specified by htmlContent, at the center of the control.
Public methodShow(String, Cartographic, CentralBody, Color)
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on centralBody.
Public methodShow(String, Cartographic, Color, Color)
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on EarthCentralBody.
Public methodShow(String, Rectangular, Color, Color)
Shows the balloon with the HTML content specified by htmlContent, at the control position specified by controlPosition.
Public methodShow(String, Cartographic, CentralBody, Color, Color)
Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on centralBody.
Top
See Also