LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly)

String Property

Show in webframe





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:
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

See Also

Reference

RasterColorDialogString Class
RasterColorDialogString Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.