Table of Contents

Interface IFormDlgSearch

Namespace
Alternet.Editor.Dialogs
Assembly
Alternet.Editor.v9.dll

Represents a dialog form associated with search dialog.

public interface IFormDlgSearch : IDlgSearch, IControl, IDisposable

Properties

KeyPreview

When implemented by a class, gets or sets a value indicating whether the dialog will receive key events before the event is passed to the control that has focus.

Owner

When implemented by a class, gets or sets form that owns this dialog.

TopMost

When implemented by a class, gets or sets a value indicating whether the dialog should be displayed as a topmost window.

Methods

ShowDialog()

When implemented by a class, shows the dialog as a modal dialog box.

ShowDialog(IWin32Window)

When implemented by a class, shows the dialog as a modal dialog box with the specified owner.