Class SaveElementConfirmation
Inheritance
System.Object
SaveElementConfirmation
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SaveElementConfirmation : ModalDialogContentBase, IComponentConnector
Constructors
SaveElementConfirmation(SaveElementConfirmationViewModel)
Declaration
public SaveElementConfirmation(SaveElementConfirmationViewModel model)
Parameters
SaveElementConfirmationViewModel
model
|
Properties
Title
Declaration
public override string Title { get; }
Property Value
System.String
|
Methods
GetButtons()
Declaration
public override DialogResult[] GetButtons()
Returns
System.Windows.Forms.DialogResult[]
|
InitializeComponent()
Declaration
public void InitializeComponent()
OverrideButtonText(DialogResult)
Declaration
public override string OverrideButtonText(DialogResult button)
Parameters
System.Windows.Forms.DialogResult
button
|
Returns
System.String
|