Class TestResultsPane
Inheritance
System.Object
TestResultsPane
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestResultsPane : UserControl, IComponentConnector
Constructors
TestResultsPane()
Declaration
public TestResultsPane()
Properties
CanDisplaySubmitBugButton
Declaration
public bool CanDisplaySubmitBugButton { get; }
Property Value
System.Boolean
|
IsValidSelection
Declaration
public bool IsValidSelection { get; }
Property Value
System.Boolean
|
Methods
InitializeComponent()
Declaration
public void InitializeComponent()
SubmitBug()
Declaration
public void SubmitBug()
Events
StateChanged
Declaration
public event EventHandler<EventArgs> StateChanged
Event Type
System.EventHandler<System.EventArgs>
|