Class CreateProjectItem
Inheritance
System.Object
CreateProjectItem
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class CreateProjectItem : ModalDialogContentBase, IComponentConnector
Constructors
CreateProjectItem(CreateProjectItemViewModel)
Declaration
public CreateProjectItem(CreateProjectItemViewModel model)
Parameters
CreateProjectItemViewModel
model
|
Properties
CanResize
Declaration
public override bool CanResize { get; }
Property Value
System.Boolean
|
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
|