Search Results for

    Show / Hide Table of Contents

    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: Sdl.Verification.Api
    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
    System.Drawing.Image

    severity image

    On this page

    • Methods
      • GetSeverityImage(ErrorLevel)
    Back to top Generated by DocFX