←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.