Click here for NewsObjects Overview
ProductCopyright Property (Utility Control)
Windows - Visual C++


Description
The ProductCopyright property returns or sets the copyright of the product appearing in ShowAboutBox.

Syntax
Cstring text = GetProductCopyright();

Void SetProductCopyright(Cstring text);

The ProductCopyright syntax has these parts: 

Part

Description

text

A String containing the product copyright.

See Also: ShowAboutBox ProductName

Back to: Utility Properties