ImageGear .NET - Updated
SelectFileToLoad Method




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : SelectFileToLoad Method
Handle of window to use as parent for dialog box.
Window title to use for dialog box.
Allow selecting remote files.
Shows dialog box allowing the user to select a local or remote file to load.
Syntax
'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

Remarks
Nothing is loaded by this method. It only allows the user to make a selection and returns information about that selection.
See Also

Reference

ImGearWinForms Class
ImGearWinForms Members
ImGearLoadingSelection Class