menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DefaultMenuButton - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved