Sets the ComponentStatus property of thie GifComponent.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected void SetStatus( ErrorState errorState, string errorMessage )
Protected Sub SetStatus ( _ errorState As ErrorState, _ errorMessage As String _ )
protected: void SetStatus( ErrorState errorState, String^ errorMessage )
Parameters
- errorState (ErrorState)
- A member of the Gif.Components.ErrorState enumeration.
- errorMessage (String)
- An error message associated with the error state.