Click or drag to resize

Extensions2AddCheckBox Method


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

Parameters

container  DynamicLayout
 
text  String
 
ischecked  Boolean
 
checkedchangedhandler  ActionCheckBox, EventArgs  (Optional)
 

Return Value

CheckBox
See Also