ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearWinForms Class / ShowAboutBox Method
Handle of window to use as parent for dialog box.
Name of sample (or application) to display in dialog box.




In This Topic
    ShowAboutBox Method
    In This Topic
    Shows an About box with ImageGear version information.
    Syntax
    'Declaration
     
    Public Shared Sub ShowAboutBox( _
       ByVal owner As IWin32Window, _
       ByVal sampleName As String _
    ) 
    'Usage
     
    Dim owner As IWin32Window
    Dim sampleName As String
     
    ImGearWinForms.ShowAboutBox(owner, sampleName)
    public static void ShowAboutBox( 
       IWin32Window owner,
       string sampleName
    )
    public: static void ShowAboutBox( 
       IWin32Window* owner,
       string* sampleName
    ) 
    public:
    static void ShowAboutBox( 
       IWin32Window^ owner,
       String^ sampleName
    ) 

    Parameters

    owner
    Handle of window to use as parent for dialog box.
    sampleName
    Name of sample (or application) to display in dialog box.
    Remarks
    Method is meant to be used by ImageGear samples, but could also be used as part of an application.
    See Also