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