RasterDialogStrings Constructor

Summary

Initializes a new instance of the RasterDialogStrings class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal defaultString As String, _ 
   ByVal id As RasterDialogStringsId _ 
) 
public: 
RasterDialogStrings(  
   String^ defaultString, 
   RasterDialogStringsId id 
) 

Parameters

defaultString
A new string for the ID.

id
Dialog string ID for the string that will be updated.

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