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 |
---|
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. |