This document is archived and information here might be outdated.  Recommended version.


IGlobeControl.AboutBox Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeControl Interface > IGlobeControl.AboutBox Method
ArcGIS Developer Help

IGlobeControl.AboutBox Method

Displays a dialog of information about the GlobeControl.

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

Product Availability

Available with ArcGIS Engine.

Description

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

See Also

IGlobeControl Interface