In This Topic

File Property

In This Topic
The array of file paths of the files that are dropped in the control.
Syntax
'Declaration
 
Public ReadOnly Property File As String()
public string[] File {get;}
public read-only property File: array of String; 
public function get File : String[]
public: __property string*[]* get_File();
public:
property array<String^>^ File {
   array<String^>^ get();
}
See Also