Class TroubleshootControl
Inheritance
System.Object
TroubleshootControl
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[TemplateVisualState(Name = "ShowTroubleshootPanelState", GroupName = "TroubleshootViewStates")]
[TemplateVisualState(Name = "HideTroubleshootPanelState", GroupName = "TroubleshootViewStates")]
public class TroubleshootControl : UserControl, IComponentConnector
Constructors
TroubleshootControl()
Declaration
public TroubleshootControl()
Properties
Troubleshoot
Methods
HideTroubleshootView()
Declaration
public void HideTroubleshootView()
InitializeComponent()
Declaration
public void InitializeComponent()
SetState(String, Boolean)
Declaration
protected virtual void SetState(string state, bool useTransition)
Parameters
System.String
state
|
System.Boolean
useTransition
|
ShowTroubleshootView()
Declaration
public void ShowTroubleshootView()