Click or drag to resize

Balloon Methods

The Balloon type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHide
Hides the balloon for the Scene.
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also