Table of Contents

Class Configuration.SpyConfig

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

A collection of configuration parameters for the Spy application.

public class Configuration.SpyConfig : Configuration.AbstractConfig
Inheritance
Configuration.SpyConfig
Inherited Members

Properties

AlwaysOnTop

Gets or sets a value indicating whether the Spy form should always be on top of other windows, i.e. be the topmost application form.

public bool AlwaysOnTop { get; set; }

Property Value

bool

A value indicating whether Spy should always be the topmost application form.

CompleteAncestorSnapshot

Gets or sets a value indicating whether snapshots include the complete subtree of all ancestors of the selected element.

public bool CompleteAncestorSnapshot { get; set; }

Property Value

bool

True if snapshots should also include the complete subtree of all ancestors of the selected element; otherwise, false.

EnableHighlight

Gets or sets a value indicating whether the element highlighting functionality in the Spy should be enabled on startup.

public bool EnableHighlight { get; set; }

Property Value

bool

A value indicating whether the element highlighting functionality in the Spy should be enabled on startup.

FormBounds

Gets or sets the bounds of the Spy form at startup.

public Rectangle FormBounds { get; set; }

Property Value

Rectangle

The form bounds.

FormState

Gets or sets the windows state of the Spy form at startup.

public FormWindowState FormState { get; set; }

Property Value

FormWindowState

The form window state.

SelectedTabIndex

Gets or sets the index of the selected tab in the Spy at startup.

public int SelectedTabIndex { get; set; }

Property Value

int

The index of the selected tab.