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 RasterDialogStrings SetDialogString( 
   RasterDialogStrings newDialogString 
) 
  
Public Shared Function SetDialogString( _ 
   ByVal newDialogString As RasterDialogStrings _ 
) As RasterDialogStrings 
public: 
static RasterDialogStrings^ SetDialogString(  
   RasterDialogStrings^ newDialogString 
)  

Parameters

newDialogString
New dialog string RasterDialogStrings.

Return Value

Returns the Old dialog string.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

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

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.