AboutBox method

The AboutBox method is used to display the About Box.

Method
void AboutBox ( )
Description
The Content Manager OnDemand About Box is displayed.
Return Value
None

C/C + +

The following example displays the Content Manager OnDemand About Box.

 CArsOle * pArsCtrl;

   .
   .

  pArsCtrl->AboutBox( );

   .
   .

Visual Basic

 .
 .
 .

ArsOle.AboutBox

 .
 .
 .