ScriptAndResultsEditorControl.ShowCurrentResultsBelowSplitter Property

Definition

Gets or sets a Boolean value that specifies whether the results show below splitter or start from the second tab.

protected:
 virtual property bool ShowCurrentResultsBelowSplitter { bool get(); };
protected virtual bool ShowCurrentResultsBelowSplitter { get; }
member this.ShowCurrentResultsBelowSplitter : bool
Protected Overridable ReadOnly Property ShowCurrentResultsBelowSplitter As Boolean

Property Value

A Boolean value, True if results show below splitter, otherwise results start from the second tab.

Remarks

This class doesn't have logic to decide which mode to use, but handles both modes.

Applies to