Common Class

Definition

Namespace: DWSIM.UI.Shared
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
public static class Common
Inheritance
Object    Common

Constructors

Methods

Center centers the form on the current screen.
CreateAndAddBoldLabelAndButtonRow 
CreateAndAddButtonRow(DynamicLayout, String, String, ActionButton, EventArgs) 
CreateAndAddButtonRow(TableLayout, String, String, ActionButton, EventArgs) 
CreateAndAddCheckBoxRow(DynamicLayout, String, Boolean, ActionCheckBox, EventArgs, Action) 
CreateAndAddCheckBoxRow(TableLayout, String, Boolean, ActionCheckBox, EventArgs, Action) 
CreateAndAddColorPickerRow 
CreateAndAddControlRow(DynamicLayout, Control) 
CreateAndAddControlRow(TableLayout, Control) 
CreateAndAddDescriptionRow(DynamicLayout, String, Boolean) 
CreateAndAddDescriptionRow(TableLayout, String, Boolean) 
CreateAndAddDoubleTextBoxRow(DynamicLayout, String, String, String, Double, ActionTextBox, EventArgs, ActionTextBox, EventArgs) 
CreateAndAddDoubleTextBoxRow(TableLayout, String, String, String, Double, ActionTextBox, EventArgs, ActionTextBox, EventArgs) 
CreateAndAddDoubleTextBoxRow2 
CreateAndAddDropDownRow(DynamicLayout, String, ListString, Int32, ActionDropDown, EventArgs, Action) 
CreateAndAddDropDownRow(DynamicLayout, String, ListString, String, ActionDropDown, EventArgs, Action) 
CreateAndAddDropDownRow(TableLayout, String, ListString, Int32, ActionDropDown, EventArgs, Action) 
CreateAndAddDropDownRow(DynamicLayout, String, ListString, Int32, ActionDropDown, EventArgs, Int32, Action) 
CreateAndAddEditableDropDownRow 
CreateAndAddEmptySpace 
CreateAndAddFullTextBoxRow 
CreateAndAddLabelAndButtonRow(DynamicLayout, String, String, String, ActionButton, EventArgs) 
CreateAndAddLabelAndButtonRow(TableLayout, String, String, String, ActionButton, EventArgs) 
CreateAndAddLabelAndControlRow 
CreateAndAddLabelAndTextBoxAndButtonRow 
CreateAndAddLabelAndTextBoxAndButtonRow2 
CreateAndAddLabelAndTwoButtonsRow 
CreateAndAddLabelRow(DynamicLayout, String) 
CreateAndAddLabelRow(TableLayout, String) 
CreateAndAddLabelRow2(DynamicLayout, String) 
CreateAndAddLabelRow2(TableLayout, String) 
CreateAndAddLabelRow3(DynamicLayout, String) 
CreateAndAddLabelRow3(TableLayout, String) 
CreateAndAddListBoxRow(DynamicLayout, Int32, String, ActionListBox, EventArgs) 
CreateAndAddListBoxRow(TableLayout, Int32, String, ActionListBox, EventArgs) 
CreateAndAddMultilineMonoSpaceTextBoxRow(DynamicLayout, String, Int32, Boolean, ActionTextArea, EventArgs) 
CreateAndAddMultilineMonoSpaceTextBoxRow(TableLayout, String, Int32, Boolean, ActionTextArea, EventArgs) 
CreateAndAddMultilineTextBoxRow(DynamicLayout, String, Boolean, Boolean, ActionTextArea, EventArgs) 
CreateAndAddMultilineTextBoxRow(TableLayout, String, Boolean, Boolean, ActionTextArea, EventArgs) 
CreateAndAddNumericEditorRow 
CreateAndAddNumericEditorRow2 
CreateAndAddStringEditorRow(DynamicLayout, String, String, ActionTextBox, EventArgs, Action) 
CreateAndAddStringEditorRow(TableLayout, String, String, ActionTextBox, EventArgs, Action) 
CreateAndAddStringEditorRow(DynamicLayout, String, String, ActionTextBox, EventArgs, Int32, Action) 
CreateAndAddStringEditorRow2 
CreateAndAddTextBoxAndFourButtonsRow 
CreateAndAddTextBoxAndThreeButtonsRow 
CreateAndAddTextBoxAndTwoButtonsRow 
CreateAndAddTextBoxRow(DynamicLayout, String, String, Double, ActionTextBox, EventArgs, Action) 
CreateAndAddTextBoxRow(TableLayout, String, String, Double, ActionTextBox, EventArgs, Action) 
CreateAndAddTextBoxRow2(DynamicLayout, String, String, Double, ActionTextBox, EventArgs) 
CreateAndAddTextBoxRow2(TableLayout, String, String, Double, ActionTextBox, EventArgs) 
CreateAndAddThreeLabelsRow 
CreateAndAddTwoButtonsRow 
CreateAndAddTwoLabelsRow 
CreateAndAddTwoLabelsRow2 
CreateDialog 
CreateDialogWithButtons 
CreatePlotModel(String, String, String, String) 
CreatePlotModel(String, String, String, String, Single) 
CreatePlotModel(Double, Double, String, String, String, String) 
CreatePlotModel(Double, Double, Double, String, String, String, String, String, String) 
DifferentCombinationsT 
GetDefaultContainer 
GetDefaultEditorForm(String, Int32, Int32, DynamicLayout) returns a form whose contents are defined by the content argument (Dynamic Layout)
GetDefaultEditorForm(String, Int32, Int32, PixelLayout) returns a form whose contents are defined by the content argument (Pixel Layout)
GetDefaultEditorForm(String, Int32, Int32, Control, Boolean) 
GetDefaultEditorForm(String, Int32, Int32, TableLayout, Boolean) returns a form whose contents are defined by the TableLayout argument
GetDefaultTabbedForm 
GetEditorFontSize returns the size of the font for Cross-Platform UI editors.
GetPlaceHolderLabel 
ImageToByte 
IsValidDouble checks if the string is a valid double-precision number.

Fields

See Also