Interface IMessageControlContainer
IMessageControlContainer interface represents a message control container which should be the parent control - almost certainly the verification message form - that contains the message controls.
Namespace: SdlSdl.VerificationApi
Assembly: Sdl.Verification.Api.dll
Syntax
public interface IMessageControlContainer
Methods
GetSeverityImage(ErrorLevel)
Gets the severity image for the given severity.
Declaration
Image GetSeverityImage(ErrorLevel severity)
Parameters
Type | Name | Description |
---|---|---|
ErrorLevel | severity | severity |
Returns
Type | Description |
---|---|
Image | severity image |