ImageGear .NET - Updated May 1, 2018
ShowWarningInfo Method




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : ShowWarningInfo Method
Handle of window to use as parent for dialog box.
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)

Parameters

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

Reference

ImGearWinForms Class
ImGearWinForms Members
AddWarning Method