CommonCreate And Add Button Row(TableLayout, String, String, ActionButton, Event Args) Method
Definition
Namespace: DWSIM.UI.Shared
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 Button CreateAndAddButtonRow(
this TableLayout container,
string buttonlabel,
string imageResID,
Action<Button, EventArgs> command
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddButtonRow (
container As TableLayout,
buttonlabel As String,
imageResID As String,
command As Action(Of Button, EventArgs)
) As Button