Class BrushInfoEditor.BrushInfoUI
Represent user interface for edit BrushInfo class.
Inheritance
System.Object
BrushInfoEditor.BrushInfoUI
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class BrushInfoUI : UserControl
Constructors
BrushInfoUI(BrushInfoEditor)
Initializes a new instance of the BrushInfoEditor.BrushInfoUI class.
Declaration
public BrushInfoUI(BrushInfoEditor editor)
Parameters
Type | Name | Description |
---|---|---|
BrushInfoEditor | editor |
Properties
Value
Gets the value of the BrushInfo.
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |
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. |
End()
Ends this instance.
Declaration
public void End()
OnKeyDown(KeyEventArgs)
Raises the System.Windows.Forms.Control.KeyDown event.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyEventArgs | e | A System.Windows.Forms.KeyEventArgs that contains the event data. |
OnKeyUp(KeyEventArgs)
Raises the System.Windows.Forms.Control.KeyUp event.
Declaration
protected override void OnKeyUp(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyEventArgs | e | A System.Windows.Forms.KeyEventArgs that contains the event data. |
Start(IWindowsFormsEditorService, Object)
Starts the specified System.Windows.Forms.Design.IWindowsFormsEditorService.
Declaration
public void Start(IWindowsFormsEditorService edSvc, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Design.IWindowsFormsEditorService | edSvc | The System.Windows.Forms.Design.IWindowsFormsEditorService. |
System.Object | value | The value to edit. |