ArcObjects Library Reference (PublisherControls)  

IARGlobeControl.AboutBox Method

Displays a dialog of information about the control.

[Visual Basic .NET]
Public Sub AboutBox ( _
)
[C#]
public void AboutBox (
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The AboutBox method causes a modal dialog box to display on top of the ArcReaderGlobeControl, containing information about the version and creation date of the ArcReaderGlobeControl as well as listing relevant legal and copyright information from ESRI.

See Also

IARGlobeControl Interface