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

Text Property

Show in webframe





Gets the dialog string associated with the object string ID.
Syntax
public string Text {get; set;}
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As RasterDialogStrings
Dim value As String
 
instance.Text = value
 
value = instance.Text

            

            
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

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

Target Platforms

See Also

Reference

RasterDialogStrings Class
RasterDialogStrings Members

 

 


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