Skip to content

DropDownButton class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.DropDownButton Modifiers: public

Summary

        A control that drop downs a flyout of choices from which one can be chosen.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class DropDownButton
class Button
Button <|-- DropDownButton

Inherits from: Button

Constructors

NameSummary
.ctor

Properties

NameSummary
FlyoutGets or sets the flyout associated with this button.
IsDropDownOpenGets or sets a value indicating whether the drop-down for a button is currently open.

Fields

NameSummary
static FlyoutPropertyProperty for [Flyout](#
static IsDropDownOpenPropertyProperty for [IsDropDownOpen](#

Methods

NameSummary
OnFlyoutChangedCallbackCalled when [flyout changed callback].
OnContextMenuClosedCalled when [context menu closed].
OnContextMenuOpenedCalled when [context menu opened].
OnIsDropDownOpenChangedCalled when [is drop down open changed].
OnClickCalled when a Button is clicked.
Inherited members