Class CurrencyEditDesigner
Extends design-time behavior for the ButtonEdit control.
Inheritance
System.Object
CurrencyEditDesigner
Implements
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CurrencyEditDesigner : ControlDesigner, ICurrencyEditDesigner
Constructors
CurrencyEditDesigner()
Initializes a new instance of the CurrencyEditDesigner class.
Declaration
public CurrencyEditDesigner()
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool bdisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | bdisposing |
Initialize(IComponent)
Prepares the designer to view, edit and design the specified component. Overrides ComponentDesigner.Initialize
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | The component for this designer. |
OnPaintAdornments(PaintEventArgs)
Declaration
protected override void OnPaintAdornments(PaintEventArgs pe)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | pe |
PreFilterProperties(IDictionary)
Overrides PreFilterProperties and removes the properties visible in the designer for the SplashControl.
Declaration
protected override void PreFilterProperties(IDictionary properties)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IDictionary | properties |
RemoveUnserializableButtons()
Declaration
public void RemoveUnserializableButtons()
RemoveUnserializableChildControls()
Declaration
public void RemoveUnserializableChildControls()