SearchOptionButton Class

 

Microsoft internal use only. Implements attached events used for options buttons for the Visual Studio common search control.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.SearchOptionButton

public class SearchOptionButton

NameDescription
System_CAPS_pubmethodSearchOptionButton()

Creates a new instance of the class.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddOptionButtonClickedHandler(DependencyObject, RoutedEventHandler)

Adds the specified event handler to the specified option button.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticRemoveOptionButtonClickedHandler(DependencyObject, RoutedEventHandler)

Removes the specified event handler from the specified option button.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticOptionButtonClickedEvent

Event that fires when the option button is clicked.

NameDescription
System_CAPS_pubeventSystem_CAPS_staticOptionButtonClicked

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.

Return to top
Show: