Click or drag to resize

DialogIHandlerInsertDialogButton Method

Adds a positive or negative button to the specified position.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void InsertDialogButton(
	bool positive,
	int index,
	Button item
)

Parameters

positive
Type: SystemBoolean
Positive or negative button.
index
Type: SystemInt32
Position to add it to,
item
Type: Eto.FormsButton
The button itself.
See Also