String Property

Summary

Gets the dialog string associated with the object String ID.

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

Property Value

Represents the dialog string associated with the object String ID.

Example

Refer to RasterWindowLevelDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.