GetDialogString Method

Summary

Gets a string for the specified Dialog String ID.

Syntax
C#
VB
C++
public static RasterDialogStrings GetDialogString( 
   RasterDialogStringsId id 
) 
  
Public Shared Function GetDialogString( _ 
   ByVal id As RasterDialogStringsId _ 
) As RasterDialogStrings 
public: 
static RasterDialogStrings^ GetDialogString(  
   RasterDialogStringsId id 
)  

Parameters

id
Dialog ID for the dialog strings.

Return Value

Returns the dialog string.

Example

Refer to RasterSaveDialog 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