Class RadialMenuFontBox
Class for RadialMenuFontBox.
Inheritance
System.Object
RadialMenuFontBox
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RadialMenuFontBox : Panel
Constructors
RadialMenuFontBox()
Initializes the new instance for RadialMenuFontBox class.
Declaration
public RadialMenuFontBox()
Properties
CreateParams
Overrides the CreateParams property.
Declaration
protected override CreateParams CreateParams { get; }
Property Value
Type |
---|
System.Windows.Forms.CreateParams |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
OnPaint(PaintEventArgs)
Raises the System.Windows.Forms.Control.Paint event.
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e | PaintEventArgs which contains EventData |