menu

WPF

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

    Show / Hide Table of Contents

    Class WindowTitleBarButton

    Represents the Window TitleBar Button

    Inheritance
    System.Object
    WindowTitleBarButton
    Implements
    System.IDisposable
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class WindowTitleBarButton : Button, IDisposable

    Constructors

    WindowTitleBarButton()

    Declaration
    public WindowTitleBarButton()

    Methods

    Dispose()

    Declaration
    public void Dispose()

    OnInitialized(EventArgs)

    Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally.

    Declaration
    protected override void OnInitialized(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The RoutedEventArgs that contains the event data.

    OnStylusSystemGesture(StylusSystemGestureEventArgs)

    Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation infrastructure.

    Declaration
    protected override void OnStylusSystemGesture(StylusSystemGestureEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.StylusSystemGestureEventArgs e

    Implements

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