Extensions 2 Class
Eto.Forms extension methods
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 static class Extensions2VB
<ExtensionAttribute>
Public NotInheritable Class Extensions2- Inheritance
- Object Extensions2
Methods
| AddButton | Adds a button |
| AddButtonWithLabel | Adds a button with a label. |
| AddCheckBox | Adds a CheckBox |
| AddControl | Adds a control to the container. |
| AddDescription | Adds a description row to the container. |
| AddDropDown | Adds a DropDown with selectable items |
| AddEditTextBox | Adds a textbox for editing a double (numeric) value. |
| AddEmptySpace | Adds an empty row to the container for spacing purposes. |
| AddHeader | Adds a header text to the container. |
| AddNumericStepper | Adds a numeric stepper (selector) |
| CreateDialog | Creates and returns a Dialog window. |
| GetAllChildren | |
| GetStandardContainer | Gets the standard control container (DynamicLayout) |
| GetStandardForm(String, Int32, Int32, DynamicLayout) | Gets a standard form window to display |
| GetStandardForm(String, Int32, Int32, TableLayout, Boolean) | Gets a standard form window to display with scrollable contents |
| GetTabbedForm | Gets a Form window for multiple tabbed contents |
| SetFontAndPadding |