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