ScriptAndResultsEditorControl.ShowCurrentResultsBelowSplitter 屬性

定義

取得或設定一個布林值,指定結果是顯示在分流器下方還是從第二個分頁開始。

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

屬性值

如果結果顯示在分流器下方,則使用布林值 True ,否則結果將從第二個分頁開始。

備註

這類課程沒有邏輯決定使用哪種模式,但同時處理兩種模式。

適用於