'Declaration Public Shared Function SelectFileToLoad( _ ByVal owner As IWin32Window, _ ByVal title As String, _ ByVal selectRemote As Boolean _ ) As ImGearLoadingSelection
'Usage Dim owner As IWin32Window Dim title As String Dim selectRemote As Boolean Dim value As ImGearLoadingSelection value = ImGearWinForms.SelectFileToLoad(owner, title, selectRemote)
public static ImGearLoadingSelection SelectFileToLoad( IWin32Window owner, string title, bool selectRemote )
public: static ImGearLoadingSelection* SelectFileToLoad( IWin32Window* owner, string* title, bool selectRemote )
public: static ImGearLoadingSelection^ SelectFileToLoad( IWin32Window^ owner, String^ title, bool selectRemote )
Parameters
- owner
- Handle of window to use as parent for dialog box.
- title
- Window title to use for dialog box.
- selectRemote
- Allow selecting remote files.
Return Value
ImGearLoadingSelection class.