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

FileName Property (RasterOpenDialog)

Show in webframe





Gets or sets a string containing the file name selected in the file dialog box.
Syntax
public string FileName {get; set;}
'Declaration
 
Public Property FileName As String
'Usage
 
Dim instance As RasterOpenDialog
Dim value As String
 
instance.FileName = value
 
value = instance.FileName

            

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

Property Value

The file name selected in the file dialog box.
Remarks
Use this to initiate the dialog selection file name. The selected file(s) when the user presses Open in OpenedFileData.
Example
Refer to RasterOpenDialog example.
Requirements

Target Platforms

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


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