AboutBox Method (Ocx controls)

Purpose

Displays the About box for the control.

Syntax

object.AboutBox

object:Ocx object

Description

Only some of the Ocx controls support an AboutBox. According to MS documentation all ActiveX controls should support an AboutBox.

Example

Ocx MonthView mvw = "", 10, 10, 0, 0

mvw.AboutBox

See Also

MonthView

{Created by Sjouke Hamstra; Last updated: 23/09/2014 by James Gaite}