CommonCreate And Add Description Row(DynamicLayout, String, Boolean) 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 CreateAndAddDescriptionRow(
this DynamicLayout container,
string text,
bool forceLabel = false
)VB
<ExtensionAttribute>
Public Shared Function CreateAndAddDescriptionRow (
container As DynamicLayout,
text As String,
Optional forceLabel As Boolean = false
) As Label