Class ConnectToAppControl
Inheritance
System.Object
ConnectToAppControl
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[TemplateVisualState(Name = "ShowConnectPanelState", GroupName = "ConnectPanelStates")]
[TemplateVisualState(Name = "HideConnectPanelState", GroupName = "ConnectPanelStates")]
[TemplateVisualState(Name = "ShowLiveVersionOptionsPanelState", GroupName = "LiveOptionsViewStates")]
[TemplateVisualState(Name = "HideLiveVersionOptionsPanelState", GroupName = "LiveOptionsViewStates")]
[TemplateVisualState(Name = "ShowErrorPanelVisualState", GroupName = "ErrorPanelStates")]
[TemplateVisualState(Name = "HideErrorPanelVisualState", GroupName = "ErrorPanelStates")]
public class ConnectToAppControl : UserControl, IComponentConnector
Constructors
ConnectToAppControl()
Declaration
public ConnectToAppControl()
Properties
ConnectToApp
Model
Methods
HideConnectPanel()
Declaration
public void HideConnectPanel()
InitializeComponent()
Declaration
public void InitializeComponent()
SetState(String, Boolean)
Declaration
protected virtual void SetState(string state, bool useTransition)
Parameters
System.String
state
|
System.Boolean
useTransition
|
ShowConnectPanel()
Declaration
public void ShowConnectPanel()