Extensions2AddCheckBox Method

Adds a CheckBox

Definition

Namespace: DWSIM.ExtensionMethods.Eto
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
public static CheckBox AddCheckBox(
	DynamicLayout container,
	string text,
	bool ischecked,
	Action<CheckBox, EventArgs> checkedchangedhandler = null
)

Parameters

container  DynamicLayout
Layout container
text  String
Text (description)
ischecked  Boolean
checkedchangedhandler  ActionCheckBox, EventArgs  (Optional)
Handler for the CheckedChanged event.

Return Value

CheckBox

See Also