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 RasterOpenDialog 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.

Leadtools.WinForms.CommonDialogs.File Assembly