Windward Engine API Reference
FileList Method
See Also  Send comments on this topic.
UpdatePods.net.windward.ui.controls Namespace > FileChooser Class : FileList Method




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function FileList() As List(Of String)
Visual Basic (Usage)Copy Code
Dim instance As FileChooser
Dim value As List(Of String)
 
value = instance.FileList()
C# 
public List<string> FileList()
Managed Extensions for C++ 
public: List<string*>* FileList(); 
C++/CLI 
public:
List<String^>^ FileList(); 

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.