LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly)
LEAD Technologies, Inc

String Property






Gets the dialog string associated with the object String ID.
Syntax
public string String {get; set;}
'Declaration
 
Public Property String As String
'Usage
 
Dim instance As RasterColorDialogString
Dim value As String
 
instance.String = value
 
value = instance.String
public string String {get; set;}
 get_String();
set_String(value);
public:
property String^ String {
   String^ get();
   void set (    String^ value);
}

Property Value

Represents the dialog string associated with the object String ID.
Example
Refer to RasterWindowLevelDialog example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterColorDialogString Class
RasterColorDialogString Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.