CommonCreate And Add Two Labels 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 Label CreateAndAddTwoLabelsRow(
this DynamicLayout container,
string text1,
string text2
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddTwoLabelsRow (
container As DynamicLayout,
text1 As String,
text2 As String
) As Label