ImageGear .NET - Updated May 1, 2018
AddWarning Method (ImGearWinForms)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : AddWarning Method
Warning to add to the list of warnings.
Adds a warning to the list of warnings displayed by the warning window.
Syntax
'Declaration
 
Public Shared Sub AddWarning( _
   ByVal warning As ImGearWarning _
) 
 
'Usage
 
Dim warning As ImGearWarning
 
ImGearWinForms.AddWarning(warning)

Parameters

warning
Warning to add to the list of warnings.
See Also

Reference

ImGearWinForms Class
ImGearWinForms Members
ImGearWarning Class