Share via


PopupControlButton Class

Definition

A toggle button which controls is a popup is open or not.

public ref class PopupControlButton : Microsoft::Management::UI::Internal::ExpanderButton
public class PopupControlButton : Microsoft.Management.UI.Internal.ExpanderButton
type PopupControlButton = class
    inherit ExpanderButton
Public Class PopupControlButton
Inherits ExpanderButton
Inheritance
PopupControlButton

Constructors

PopupControlButton()

Constructs an instance of PopupControlButton.

Fields

IsPopupOpenProperty

Identifies the IsPopupOpen dependency property.

Properties

CollapseToolTip

Tooltip to show to collapse.

(Inherited from ExpanderButton)
ExpandToolTip

Tooltip to show to expand.

IsPopupOpen

Gets or sets a value indicating whether the popup is open or not.

Methods

OnChecked(RoutedEventArgs)

Called when the IsChecked property becomes true.

OnCreateAutomationPeer()

Create an instance of the AutomationPeer.

(Inherited from ExpanderButton)
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)

Called when it has keyboard focus.

(Inherited from ExpanderButton)
OnIsCheckedChanged(DependencyPropertyChangedEventArgs)

Called when the IsChecked property changes.

(Inherited from ExpanderButton)
OnIsPopupOpenChanged(PropertyChangedEventArgs<Boolean>)

Called when IsPopupOpen property changes.

OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)

Called when it lost keyboard focus.

(Inherited from ExpanderButton)
OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)

Invoked when an unhandled PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

OnPropertyChanged(DependencyPropertyChangedEventArgs)

Invoked whenever the effective value of any dependency property on this ExpanderButton has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(DependencyPropertyChangedEventArgs).

(Inherited from ExpanderButton)
OnUnchecked(RoutedEventArgs)

Called when the IsChecked property becomes false.

Events

IsPopupOpenChanged

Occurs when IsPopupOpen property changes.

Applies to