SearchOptionButton Class
Visual Studio 2015
Microsoft internal use only. Implements attached events used for options buttons for the Visual Studio common search control.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | SearchOptionButton() | Creates a new instance of the class. |
| Name | Description | |
|---|---|---|
![]() ![]() | AddOptionButtonClickedHandler(DependencyObject, RoutedEventHandler) | Adds the specified event handler to the specified option button. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | RemoveOptionButtonClickedHandler(DependencyObject, RoutedEventHandler) | Removes the specified event handler from the specified option button. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | OptionButtonClickedEvent | Event that fires when the option button is clicked. |
| Name | Description | |
|---|---|---|
![]() ![]() | OptionButtonClicked | Raised when the option button is clicked. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:




