←Select platform

AboutString Property

Summary

Gets or sets the description text that will be displayed in the about dialog.

Syntax

C#
VB
C++
public string AboutString { get; set; } 
  
Public Property AboutString As String 
public: 
property String^ AboutString { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The about string to be displayed in the about dialog

Remarks

The value of this property is used in the installation.

Example

Refer to Install example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly