[]
Represents an advanced search dialog.
public class AdvancedSearchDialog : SearchDialog, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Public Class AdvancedSearchDialog
Inherits SearchDialog
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
EndSheetIndex | Gets or sets the index of the sheet at which to end the search. |
SearchCellText | Gets or sets whether to search the text of cells. |
SearchNotes | Gets or sets whether to search the text of cell notes. |
SearchTags | Gets or sets whether to search cell tags, if the object is representable as a string. |
StartSheetIndex | Gets or sets the index of the sheet at which to start the search. |
Name | Description |
---|---|
Dispose(bool) | Cleans up any resources being used. |
DoSearch(int, int, int, ref int, ref int) | Internal use only. Does the search. |
SetCustomTextToDefaults() | Sets the custom text in the form to default values. |
advancedLabel_Paint(object, PaintEventArgs) | Internal use only. Occurs when the label is painted. |