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



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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal defaultString As String, _
   ByVal id As RasterColorDialogStringsId _
)
Visual Basic (Usage)Copy Code
Dim defaultString As String
Dim id As RasterColorDialogStringsId
 
Dim instance As RasterColorDialogString(defaultString, id)
C# 
public RasterColorDialogString( 
   string defaultString,
   RasterColorDialogStringsId id
)
C++/CLI 
public:
RasterColorDialogString( 
   String^ defaultString,
   RasterColorDialogStringsId id
)

Parameters

defaultString
New string for the ID
id
Dialog string id for the string that will be updated

Example

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