brAbout method

Displays a simple About dialog box that includes the library version and description.

Syntax

object.brAbout

The object variable represents a clsD3Environment object.

Remarks

The About dialog box is opened by the OLE server, and is modal. The server does not respond to other commands until the About dialog box is closed.

Example

Sub Main()
   Dim oEnv as New clsD3Environment
   oEnv.brAbout
End Sub