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




In This Topic
    ShowWarningInfo Method
    In This Topic
    Shows a window with a list of ImageGear warnings that have been added using the AddWarning method.
    Syntax
    'Declaration
     
    Public Shared Sub ShowWarningInfo( _
       ByVal owner As IWin32Window _
    ) 
    'Usage
     
    Dim owner As IWin32Window
     
    ImGearWinForms.ShowWarningInfo(owner)
    public static void ShowWarningInfo( 
       IWin32Window owner
    )
    public: static void ShowWarningInfo( 
       IWin32Window* owner
    ) 
    public:
    static void ShowWarningInfo( 
       IWin32Window^ owner
    ) 

    Parameters

    owner
    Handle of window to use as parent for dialog box.
    See Also