ArcObjects Library Reference (Controls)  

ILicenseControlDefault.AboutBox Method

Displays a dialog of information about the LicenseControl.

[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 LicenseControl, containing information about the version and creation date of the LicenseControl as well as listing relevant legal and copyright information from ESRI.

See Also

ILicenseControlDefault Interface