ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / IGWarningInfoBox Class / ClearWarnings Method




In This Topic
    ClearWarnings Method (IGWarningInfoBox)
    In This Topic
    Clears the list of displayed warnings.
    Syntax
    'Declaration
     
    Public Sub ClearWarnings() 
    'Usage
     
    Dim instance As IGWarningInfoBox
     
    instance.ClearWarnings()
    public void ClearWarnings()
    public: void ClearWarnings(); 
    public:
    void ClearWarnings(); 
    See Also