CommonCreate And Add Bold Label And Button Row 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 CreateAndAddBoldLabelAndButtonRow(
this DynamicLayout container,
string label,
string buttonlabel,
string imageResID,
Action<Button, EventArgs> command
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddBoldLabelAndButtonRow (
container As DynamicLayout,
label As String,
buttonlabel As String,
imageResID As String,
command As Action(Of Button, EventArgs)
) As ButtonParameters
- container DynamicLayout
- label String
- buttonlabel String
- imageResID String
- command ActionButton, EventArgs