Search Results for

    Show / Hide Table of Contents

    Class DesignerSelfTest

    Headless designer self-tests (invoked from designer.exe /undotest).

    Inheritance
    object
    DesignerSelfTest
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public static class DesignerSelfTest

    Methods

    View Source

    RunUndoSelectTest(string)

    Verifies that committing a property at the value it already has (which happens when switching selection — PrintCondition is the first inspector row) does NOT create an undo entry, while a real change does.

    Declaration
    public static string RunUndoSelectTest(string repFile)
    Parameters
    Type Name Description
    string repFile
    Returns
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX