Click or drag to resize

ShellSearchEdit Methods

The ShellSearchEdit type exposes the following members.

Methods
 NameDescription
Public methodBeginInit Signals the object that initialization is starting.
Public methodClear Clears the search query.
Public methodEndInit Signals the object that initialization is complete.
Public methodFolderChanged Changes the displayed folder in all connected controls.
Public methodFullRefresh Triggers a full refresh for all connected controls.
Protected methodGetMagnifyingGlassSymbol Gets the magnifier icon.
Protected methodGetRevealSymbol Gets the reveal icon.
Public methodGoUp Move in all connected controls from the current to the parent folder.
Protected methodOnFontChanged Raises the System.Windows.Forms.FontChanged event.
(Overrides TextBoxOnFontChanged(EventArgs))
Protected methodOnHandleCreated This event is triggered after the handle of the control was created.
(Overrides TextBoxOnHandleCreated(EventArgs))
Protected methodOnKeyUp Raises the System.Windows.Forms.KeyUp event.
(Overrides ControlOnKeyUp(KeyEventArgs))
Protected methodOnTextChanged Raises the System.Windows.Forms.TextChanged event.
(Overrides TextBoxBaseOnTextChanged(EventArgs))
Public methodRefresh(RefreshLevel) This method indicates that the control should perform a refresh of its contents.
Public methodRefresh(RefreshLevel, ItemIdList) This method indicates that the control should perform a refresh of its contents.
Public methodRefreshSearch Executes the search again.
Public methodSearch Starts the search in the current folder.
Public methodSelectedFileChange Changes the displayed file in all connected controls.
Public methodSmartRefresh Triggers a smart refresh for all connected controls.
Top
Extension Methods
 NameDescription
Public Extension MethodGetSelfAndDescendants Returns a flattened collection of a control and all of its descendant controls.
(Defined by ExtensionMethods)
Public Extension MethodHandleNeededA Control extension method that ensures that the handle for a control is created.
(Defined by ExtensionMethods)
Public Extension MethodScaledPixelsAn extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with.
(Defined by ExtensionMethods)
Public Extension MethodScaleFontA Control extension method that scales font according to the passed factor.
(Defined by ExtensionMethods)
Top
See Also