[]
Represents the border editor user interface.
public class BorderEditorUI : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Public Class BorderEditorUI
Inherits Form
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
BorderEditorUI() | Creates a new border editor user interface. |
BorderEditorUI(IBorder) | Creates a new border editor user interface. |
Name | Description |
---|---|
Dispose(bool) | Clean up any resources being used. |
SetBorder(IBorder) | Sets the border. |
SetBorderInternal(IBorder) | Internal use only. Sets the border. |
Name | Description |
---|---|
ApplyChanged | Occurs when the change is applied. |
DiscardChanged | Occurs when the change is discarded. |