LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 New 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also