Class DefaultMenuButton
DefaultMenuButton class
Inheritance
System.Object
DefaultMenuButton
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public class DefaultMenuButton : Button
Constructors
DefaultMenuButton()
DefaultMenuButton constructor
Declaration
public DefaultMenuButton()
Methods
OnApplyTemplate()
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnMouseWheel(MouseWheelEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseWheelEventArgs | e | The System.Windows.Input.MouseWheelEventArgs that contains the event data. |