Class UserSettingsLayout
Inheritance
System.Object
UserSettingsLayout
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class UserSettingsLayout : ModalDialogContentBase, IComponentConnector
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()
OnPostPrompt(DialogResult, Boolean)
Declaration
public override void OnPostPrompt(DialogResult prompt, bool closeCancelled)
Parameters
System.Windows.Forms.DialogResult
prompt
|
System.Boolean
closeCancelled
|