SearchBooleanOptionButton 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 the CheckBox button for boolean search Options in Visual Studio Common Search Control
public ref class SearchBooleanOptionButton : System::Windows::Controls::CheckBox
public class SearchBooleanOptionButton : System.Windows.Controls.CheckBox
type SearchBooleanOptionButton = class
inherit CheckBox
Public Class SearchBooleanOptionButton
Inherits CheckBox
- Inheritance
-
SearchBooleanOptionButton
Constructors
SearchBooleanOptionButton() |
Creates a new instance of the class. |
Methods
OnClick() |
Called when click occurs on the button. |
OnCreateAutomationPeer() |
Microsoft internal use only. |
OnToggle() |
Called when button value is toggled. |