SearchFilterButton Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The implementation of a button for search filters in Visual Studio Common Search Control
public ref class SearchFilterButton : System::Windows::Controls::Button
public class SearchFilterButton : System.Windows.Controls.Button
type SearchFilterButton = class
inherit Button
Public Class SearchFilterButton
Inherits Button
- Inheritance
-
SearchFilterButton
Constructors
| SearchFilterButton() |
Creates a new instance of the class. |
Fields
| FilterButtonClickedEvent |
Raised when the filter button is clicked. |
Methods
| OnClick() |
Called when the filter button is clicked. |
| OnCreateAutomationPeer() |
Microsoft internal use only. |
Events
| FilterButtonClicked |
Event raised when the filter button is clicked. |