Dialog.IHandler.InsertDialogButton Method |
Adds a positive or negative button to the specified position.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxvoid InsertDialogButton(
bool positive,
int index,
Button item
)
Sub InsertDialogButton (
positive As Boolean,
index As Integer,
item As Button
)
abstract InsertDialogButton :
positive : bool *
index : int *
item : Button -> unit
Parameters
- positive
- Type: System.Boolean
Positive or negative button. - index
- Type: System.Int32
Position to add it to, - item
- Type: Eto.Forms.Button
The button itself.
See Also