ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearWinForms Class / ShowFileInfo Method
Handle of window to use as parent for dialog box.
File to show information about.




In This Topic
    ShowFileInfo Method
    In This Topic
    Shows a window with information about a file.
    Syntax
    'Declaration
     
    Public Shared Sub ShowFileInfo( _
       ByVal owner As IWin32Window, _
       ByVal filePath As String _
    ) 
    'Usage
     
    Dim owner As IWin32Window
    Dim filePath As String
     
    ImGearWinForms.ShowFileInfo(owner, filePath)
    public static void ShowFileInfo( 
       IWin32Window owner,
       string filePath
    )
    public: static void ShowFileInfo( 
       IWin32Window* owner,
       string* filePath
    ) 
    public:
    static void ShowFileInfo( 
       IWin32Window^ owner,
       String^ filePath
    ) 

    Parameters

    owner
    Handle of window to use as parent for dialog box.
    filePath
    File to show information about.
    See Also