ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearWinForms Class / AddWarning Method
Warning to add to the list of warnings.




In This Topic
    AddWarning Method (ImGearWinForms)
    In This Topic
    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)
    public static void AddWarning( 
       ImGearWarning warning
    )
    public: static void AddWarning( 
       ImGearWarning* warning
    ) 
    public:
    static void AddWarning( 
       ImGearWarning^ warning
    ) 

    Parameters

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