ProductName Property (Utility Control)
Windows - Visual C++
Description
The ProductName property returns or
sets the name of the product appearing in ShowAboutBox.
Syntax
Cstring text = GetProductName();
Void SetProductName(Cstring text);
The ProductName syntax has these parts:
Part |
Description |
|
text |
A String containing the product name. |
See Also: ShowAboutBox ProductCopyright
Back to: Utility Properties