Class RoundedButton
Rounded button is an derivative of ButtonAdv which have customization for Group bar buttons.
Implements
System.Windows.Forms.IMessageFilter
Inherited Members
Namespace: Syncfusion.Windows.Forms.PivotChart
Assembly: Syncfusion.PivotChart.Windows.dll
Syntax
public class RoundedButton : ButtonAdv, IThemeProvider, IVisualStyle, ISupportOffice2007Theme, ISupportThemeChanged, IMessageFilter
Constructors
RoundedButton()
Initializes a new instance of the RoundedButton class.
Declaration
public RoundedButton()
Methods
OnPaint(PaintEventArgs)
Overridden to draw the button as rounded button.
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e | The System.Windows.Forms.GrPaintEventArgs that contains the event data. |
Overrides
Implements
System.Windows.Forms.IMessageFilter