Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterDialogStrings Constructor
See Also 
Leadtools.WinForms.CommonDialogs.File Namespace > RasterDialogStrings Class : RasterDialogStrings Constructor



defaultString
A new string for the ID.
id
Dialog string ID for the string that will be updated.
Initializes a new instance of the RasterDialogStrings class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal defaultString As String, _
   ByVal id As RasterDialogStringsId _
)
Visual Basic (Usage)Copy Code
Dim defaultString As String
Dim id As RasterDialogStringsId
 
Dim instance As RasterDialogStrings(defaultString, id)
C# 
public RasterDialogStrings( 
   string defaultString,
   RasterDialogStringsId id
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also