SetDialogString Method

Summary

Sets the new string for the specified Dialog String ID in order to change the dialog strings.

Syntax
C#
VB
C++
public static void SetDialogString( 
   RasterColorDialogString newDialogString 
) 
  
Public Shared Sub SetDialogString( _ 
   ByVal newDialogString As RasterColorDialogString _ 
)  
public: 
static void SetDialogString(  
   RasterColorDialogString^ newDialogString 
)  

Parameters

newDialogString
New dialog string RasterColorDialogStringsId.

Return Value

Returns the old dialog string.

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.