DropDownButton 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.
Represents the dropdown button.
public ref class DropDownButton : System::Windows::Controls::Primitives::ToggleButton
public class DropDownButton : System.Windows.Controls.Primitives.ToggleButton
type DropDownButton = class
inherit ToggleButton
Public Class DropDownButton
Inherits ToggleButton
- Inheritance
-
DropDownButton
Constructors
| DropDownButton() |
Initializes a new instance of the DropDownButton class. |
Fields
| DropDownButtonCommandProperty | |
| DropDownContextMenuProperty |
Specifies the dropdown context menu. |
| ImageProperty |
Specifies the image. |
| TargetProperty |
Specifies the target. |
| TextProperty | |
Properties
| DropDownButtonCommand |
Gets or sets the dropdown button command. |
| DropDownContextMenu |
Gets or sets the dropdown context menu. |
| Image |
Gets or sets the image on the button. |
| Target |
Gets or sets the target element that is invoked when the button is clicked. |
| Text | |
Methods
| OnClick() | |
| OnPropertyChanged(DependencyPropertyChangedEventArgs) |