menu

WPF

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

    Show / Hide Table of Contents

    Class TitleButton

    Represents window maximize, Minimize or close button.

    Inheritance
    System.Object
    TitleButton
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class TitleButton : Button

    Constructors

    TitleButton()

    Declaration
    public TitleButton()

    Fields

    IsCloseButtonProperty

    Identifies IsCloseButton dependency property.

    Declaration
    public static readonly DependencyProperty IsCloseButtonProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    IsCloseButton

    Gets a value indicating whether this instance is close button.

    Declaration
    public bool IsCloseButton { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is close button; otherwise, false.

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