In This Article

IEditorViewOverlayPaneCollection Interface

Provides the base requirements of an IOverlayPane collection within an IEditorView.

public interface IEditorViewOverlayPaneCollection : IOverlayPaneCollection

Methods

AddSearch(bool)

Adds the built-in search overlay pane.

IOverlayPane AddSearch(bool isReplaceVisible)
Parameter Type Description
isReplaceVisible bool

Whether the replace UI should be visible.

Returns

IOverlayPane:

The IOverlayPane that was added.

Inherited Members