Border Class
Definition
Namespace: DWSIM.ExtensionMethods.Eto
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
C#
public class Border : PanelVB
Public Class Border
Inherits Panel- Inheritance
- Object Widget BindableWidget Control Container Panel Border
Constructors
Properties
| AllowDrop | (Inherited from Control) |
| BackgroundColor | |
| Bindings | (Inherited from BindableWidget) |
| BorderColor | |
| BorderThickness | |
| Bounds | (Inherited from Control) |
| Children | (Inherited from Container) |
| ClientSize | (Inherited from Container) |
| Content | |
| ContextMenu | (Inherited from Panel) |
| ControlObject | (Inherited from Widget) |
| Controls | (Inherited from Panel) |
| Cursor | (Inherited from Control) |
| DataContext | (Inherited from BindableWidget) |
| Enabled | (Inherited from Control) |
| Handler | (Inherited from Control) |
| HasFocus | (Inherited from Control) |
| Height | (Inherited from Control) |
| ID | (Inherited from Widget) |
| IsAttached | (Inherited from Control) |
| IsDataContextChanging | (Inherited from BindableWidget) |
| IsDisposed | (Inherited from Widget) |
| IsMouseCaptured | (Inherited from Control) |
| IsSuspended | (Inherited from Control) |
| IsVisualControl | (Inherited from Control) |
| Loaded | (Inherited from Control) |
| Location | (Inherited from Control) |
| LogicalParent | (Inherited from Control) |
| MinimumSize | (Inherited from Panel) |
| NativeHandle | (Inherited from Widget) |
| Padding | (Inherited from Panel) |
| Parent | (Inherited from Control) |
| Parents | (Inherited from BindableWidget) |
| ParentWindow | (Inherited from Control) |
| Platform | (Inherited from Widget) |
| Properties | (Inherited from Widget) |
| Size | (Inherited from Control) |
| Style | (Inherited from Widget) |
| StyleProvider | (Inherited from Container) |
| Styles | (Inherited from Container) |
| SupportedPlatformCommands | (Inherited from Control) |
| TabIndex | (Inherited from Control) |
| Tag | (Inherited from Control) |
| ToolTip | (Inherited from Control) |
| Visible | (Inherited from Control) |
| VisualChildren | (Inherited from Container) |
| VisualControls | (Inherited from Control) |
| VisualParent | (Inherited from Control) |
| Width | (Inherited from Control) |
Methods
| ApplyStyles | (Inherited from Container) |
| AttachNative | (Inherited from Control) |
| CaptureMouse | (Inherited from Control) |
| Detach | (Inherited from Control) |
| DetachNative | (Inherited from Control) |
| Dispose | (Inherited from Widget) |
| Dispose(Boolean) | (Inherited from Control) |
| DoDragDrop(DataObject, DragEffects) | (Inherited from Control) |
| DoDragDrop(DataObject, DragEffects, Image, PointF) | (Inherited from Control) |
| FindChild(Type, String) | (Inherited from Container) |
| FindChild``1(String) | (Inherited from Container) |
| FindParent(String) | (Inherited from Control) |
| FindParent(Type, String) | (Inherited from Control) |
| Focus | (Inherited from Control) |
| GetCallback | (Inherited from Control) |
| GetPreferredSize | (Inherited from Control) |
| GetPreferredSize(SizeF) | (Inherited from Control) |
| Initialize | (Inherited from Widget) |
| Invalidate | (Inherited from Control) |
| Invalidate(Boolean) | (Inherited from Control) |
| Invalidate(Rectangle) | (Inherited from Control) |
| Invalidate(Rectangle, Boolean) | (Inherited from Control) |
| MapPlatformCommand | (Inherited from Control) |
| OnApplyCascadingStyles | (Inherited from Control) |
| OnDataContextChanged | (Inherited from BindableWidget) |
| OnDragDrop | (Inherited from Control) |
| OnDragEnd | (Inherited from Control) |
| OnDragEnter | (Inherited from Control) |
| OnDragLeave | (Inherited from Control) |
| OnDragOver | (Inherited from Control) |
| OnEnabledChanged | (Inherited from Control) |
| OnGotFocus | (Inherited from Control) |
| OnKeyDown | (Inherited from Control) |
| OnKeyUp | (Inherited from Control) |
| OnLoad | (Inherited from Container) |
| OnLoadComplete | (Inherited from Container) |
| OnLostFocus | (Inherited from Control) |
| OnMouseDoubleClick | (Inherited from Control) |
| OnMouseDown | (Inherited from Control) |
| OnMouseEnter | (Inherited from Control) |
| OnMouseLeave | (Inherited from Control) |
| OnMouseMove | (Inherited from Control) |
| OnMouseUp | (Inherited from Control) |
| OnMouseWheel | (Inherited from Control) |
| OnPreLoad | (Inherited from Container) |
| OnShown | (Inherited from Control) |
| OnSizeChanged | (Inherited from Control) |
| OnStyleChanged | (Inherited from Container) |
| OnTextInput | (Inherited from Control) |
| OnUnLoad | (Inherited from Container) |
| PointFromScreen | (Inherited from Control) |
| PointToScreen | (Inherited from Control) |
(Inherited from Control) | |
| RectangleFromScreen | (Inherited from Control) |
| RectangleToScreen | (Inherited from Control) |
| ReleaseMouseCapture | (Inherited from Control) |
| Remove(Control) | (Inherited from Panel) |
| Remove(IEnumerableControl) | (Inherited from Container) |
| RemoveAll | (Inherited from Container) |
| RemoveLogicalParent | (Inherited from Container) |
| RemoveParent | (Inherited from Container) |
| ResumeLayout | (Inherited from Control) |
| SetLogicalParent | (Inherited from Container) |
| SetParent | (Inherited from Container) |
| SuspendLayout | (Inherited from Control) |
| ToString | (Inherited from Widget) |
| TriggerStyleChanged | (Inherited from Control) |
| Unbind | (Inherited from BindableWidget) |
| UpdateBindings | (Inherited from BindableWidget) |
| UpdateLayout | (Inherited from Control) |
Events
| DataContextChanged | (Inherited from BindableWidget) |
| DragDrop | (Inherited from Control) |
| DragEnd | (Inherited from Control) |
| DragEnter | (Inherited from Control) |
| DragLeave | (Inherited from Control) |
| DragOver | (Inherited from Control) |
| EnabledChanged | (Inherited from Control) |
| GotFocus | (Inherited from Control) |
| KeyDown | (Inherited from Control) |
| KeyUp | (Inherited from Control) |
| Load | (Inherited from Control) |
| LoadComplete | (Inherited from Control) |
| LostFocus | (Inherited from Control) |
| MouseDoubleClick | (Inherited from Control) |
| MouseDown | (Inherited from Control) |
| MouseEnter | (Inherited from Control) |
| MouseLeave | (Inherited from Control) |
| MouseMove | (Inherited from Control) |
| MouseUp | (Inherited from Control) |
| MouseWheel | (Inherited from Control) |
| PreLoad | (Inherited from Control) |
| Shown | (Inherited from Control) |
| SizeChanged | (Inherited from Control) |
| StyleChanged | (Inherited from Widget) |
| TextInput | (Inherited from Control) |
| UnLoad | (Inherited from Control) |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |