ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearWinForms Class / SelectRemoteFileToLoad Method
Handle of window to use as parent for dialog box.
Window title to use for dialog box.




In This Topic
    SelectRemoteFileToLoad Method
    In This Topic
    Shows dialog box allowing the user to select a remote file to load.
    Syntax
    'Declaration
     
    Public Shared Function SelectRemoteFileToLoad( _
       ByVal owner As IWin32Window, _
       ByVal dialogTitle As String _
    ) As ImGearLoadingSelection
    'Usage
     
    Dim owner As IWin32Window
    Dim dialogTitle As String
    Dim value As ImGearLoadingSelection
     
    value = ImGearWinForms.SelectRemoteFileToLoad(owner, dialogTitle)
    public static ImGearLoadingSelection SelectRemoteFileToLoad( 
       IWin32Window owner,
       string dialogTitle
    )
    public: static ImGearLoadingSelection* SelectRemoteFileToLoad( 
       IWin32Window* owner,
       string* dialogTitle
    ) 
    public:
    static ImGearLoadingSelection^ SelectRemoteFileToLoad( 
       IWin32Window^ owner,
       String^ dialogTitle
    ) 

    Parameters

    owner
    Handle of window to use as parent for dialog box.
    dialogTitle
    Window title to use for dialog box.

    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