Displays the control's about box.
Syntax
rv = Send_Message(Ctrl, "OLE.AboutBox")
Remarks
Shows the control's about box, which contains Copyrights for SRP Computer Solutions, Inc. and information as to whom the control is registered.
Example
// Show the about box rv = Send_Message(@Window:".OLE_CONTROL", "OLE.AboutBox")