Click or drag to resize

CommonCreateDialogWithButtons Method


Namespace: DWSIM.UI.Shared
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 8.8.1.0
Syntax
public static Dialog CreateDialogWithButtons(
	Control content,
	string title,
	Action okclicked,
	int width = 0,
	int height = 0
)
Request Example View Source

Parameters

content  Control
 
title  String
 
okclicked  Action
 
width  Int32  (Optional)
 
height  Int32  (Optional)
 

Return Value

Dialog
See Also