Class PerformanceConfigurationView
Inheritance
System.Object
PerformanceConfigurationView
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[TemplateVisualState(Name = "ShowCreatePanelState", GroupName = "CreatePerfPanelStateGroup")]
[TemplateVisualState(Name = "HideCreatePanelState", GroupName = "CreatePerfPanelStateGroup")]
[TemplateVisualState(Name = "ShowMoreOptionsPanelState", GroupName = "ShowMoreOptionsPanelStateGroup")]
[TemplateVisualState(Name = "HideMoreOptionsPanelState", GroupName = "ShowMoreOptionsPanelStateGroup")]
[TemplateVisualState(Name = "ShowOptionsState", GroupName = "OptionsStateGroup")]
[TemplateVisualState(Name = "HideOptionsState", GroupName = "OptionsStateGroup")]
public class PerformanceConfigurationView : ModalDialogContentBase, IComponentConnector
Constructors
PerformanceConfigurationView()
Declaration
public PerformanceConfigurationView()
Fields
HIDE_CREATE_PANEL_STATE
Declaration
public const string HIDE_CREATE_PANEL_STATE = "HideCreatePanelState"
Field Value
System.String
|
HIDE_MORE_OPTIONS_PANEL_STATE
Declaration
public const string HIDE_MORE_OPTIONS_PANEL_STATE = "HideMoreOptionsPanelState"
Field Value
System.String
|
HIDE_OPTIONS_PANEL_STATE
Declaration
public const string HIDE_OPTIONS_PANEL_STATE = "HideOptionsState"
Field Value
System.String
|
SHOW_CREATE_PANEL_STATE
Declaration
public const string SHOW_CREATE_PANEL_STATE = "ShowCreatePanelState"
Field Value
System.String
|
SHOW_MORE_OPTIONS_PANEL_STATE
Declaration
public const string SHOW_MORE_OPTIONS_PANEL_STATE = "ShowMoreOptionsPanelState"
Field Value
System.String
|
SHOW_OPTIONS_PANEL_STATE
Declaration
public const string SHOW_OPTIONS_PANEL_STATE = "ShowOptionsState"
Field Value
System.String
|
Properties
MainViewParent
Title
Declaration
public override string Title { get; }
Property Value
System.String
|
Methods
InitializeComponent()
Declaration
public void InitializeComponent()
OnPrePrompt(DialogResult)
Declaration
public override bool OnPrePrompt(DialogResult prompt)
Parameters
System.Windows.Forms.DialogResult
prompt
|
Returns
System.Boolean
|
OverrideButtonText(DialogResult)
Declaration
public override string OverrideButtonText(DialogResult button)
Parameters
System.Windows.Forms.DialogResult
button
|
Returns
System.String
|
Events
ToggleMoreOptions
Declaration
public event EventHandler<GenericEventArgs<bool>> ToggleMoreOptions
Event Type
System.EventHandler<GenericEventArgs<System.Boolean>>
|