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




In This Topic
    SelectLocalFileToLoad Method
    In This Topic
    Shows dialog box allowing the user to select a local file to load.
    Syntax
    'Declaration
     
    Public Shared Function SelectLocalFileToLoad( _
       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.SelectLocalFileToLoad(owner, dialogTitle)
    public static ImGearLoadingSelection SelectLocalFileToLoad( 
       IWin32Window owner,
       string dialogTitle
    )
    public: static ImGearLoadingSelection* SelectLocalFileToLoad( 
       IWin32Window* owner,
       string* dialogTitle
    ) 
    public:
    static ImGearLoadingSelection^ SelectLocalFileToLoad( 
       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