Class
DebugOptions

Interaction logic for DebugOptions.xaml

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class DebugOptions : ModalDialogContentBase, IComponentConnector

Inheritance: objectDebugOptions

Implements: IComponentConnector

Constructors

DebugOptions()

Declaration

cs-api-definition
public DebugOptions()

DebugOptions(DebuggerOptions, Settings, bool)

Declaration

cs-api-definition
public DebugOptions(DebuggerOptions options, Settings settings, bool isDebuggerOptions)

Parameters

options

DebuggerOptions

settings

Settings

isDebuggerOptions

bool

Properties

CanResize

Declaration

cs-api-definition
public override bool CanResize { get; }

Property Value

bool

Title

Declaration

cs-api-definition
public override string Title { get; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

Implements IComponentConnector.InitializeComponent()