Shell |
The ShellSearchEdit type exposes the following members.
Name | Description | |
---|---|---|
![]() | ShellSearchEdit | Default constructor of the SearchEdit class. |
Name | Description | |
---|---|---|
![]() | ContentSearch | Specify if both contents and names are searched. If false, no content search is executed. |
![]() | CurrentFolder | Gets the current folder where the search takes place. |
![]() | IsInitialized | Gets a value indicating whether the component is initialized. |
![]() | QuickSearch | Gets or sets the usage of the quick search mode. |
![]() | QuickSearchDelay | Amount of time in milliseconds to delay the search in the quick search mode. After this delay has expired the search is started. |
![]() | SearchFolder | Gets the virtual "search folder" where the search results are displayed. |
![]() | ShellControlConnector | Connects this control to a ShellControlConnector component, which allows to synchronize several shell controls. |
![]() | Version | The current version of the ShellBrowser components. |
Name | Description | |
---|---|---|
![]() | BeginInit | Signals the object that initialization is starting. |
![]() | Clear | Clears the search query. |
![]() | EndInit | Signals the object that initialization is complete. |
![]() | FolderChanged | Changes the displayed folder in all connected controls. |
![]() | FullRefresh | Triggers a full refresh for all connected controls. |
![]() | GetMagnifyingGlassSymbol | Gets the magnifier icon. |
![]() | GetRevealSymbol | Gets the reveal icon. |
![]() | GoUp | Move in all connected controls from the current to the parent folder. |
![]() | OnFontChanged |
Raises the System.Windows.Forms.FontChanged event.
(Overrides TextBoxOnFontChanged(EventArgs)) |
![]() | OnHandleCreated |
This event is triggered after the handle of the control was created.
(Overrides TextBoxOnHandleCreated(EventArgs)) |
![]() | OnKeyUp |
Raises the System.Windows.Forms.KeyUp event.
(Overrides ControlOnKeyUp(KeyEventArgs)) |
![]() | OnTextChanged |
Raises the System.Windows.Forms.TextChanged event.
(Overrides TextBoxBaseOnTextChanged(EventArgs)) |
![]() | Refresh(RefreshLevel) | This method indicates that the control should perform a refresh of its contents. |
![]() | Refresh(RefreshLevel, ItemIdList) | This method indicates that the control should perform a refresh of its contents. |
![]() | RefreshSearch | Executes the search again. |
![]() | Search | Starts the search in the current folder. |
![]() | SelectedFileChange | Changes the displayed file in all connected controls. |
![]() | SmartRefresh | Triggers a smart refresh for all connected controls. |
Name | Description | |
---|---|---|
![]() | BeforeSearch | Occurs before the search is started. It can be used to configure details concerning the upcoming search. |
![]() | Initialized | Occurs when initialization of the component is completed. |
![]() | SearchFolderCreated | Occurs when the search folder has been created. |
![]() | SearchFolderDestroyed | Occurs after the search folder has been destroyed. |
Name | Description | |
---|---|---|
![]() | GetSelfAndDescendants |
Returns a flattened collection of a control and all of its descendant controls.
(Defined by ExtensionMethods) |
![]() | HandleNeeded | A Control extension method that ensures that the handle for a control is created. (Defined by ExtensionMethods) |
![]() | ScaledPixels | An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with. (Defined by ExtensionMethods) |
![]() | ScaleFont | A Control extension method that scales font according to the passed factor. (Defined by ExtensionMethods) |