WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CloseButton

    Show / Hide Table of Contents

    Class CloseButton

    The close button used in SizablePopupHost.

    Inheritance
    System.Object
    CloseButton
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class CloseButton : Button

    Constructors

    CloseButton()

    Declaration
    public CloseButton()

    Properties

    Text

    Gets / sets the text property.

    Declaration
    public override string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnPaint(PaintEventArgs)

    Override OnPaint.

    Declaration
    protected override void OnPaint(PaintEventArgs pe)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs pe

    The event data.

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