DialogIHandlerRemoveDialogButton Method |
Removes a positive or negative button from the specified position.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void RemoveDialogButton(
bool positive,
int index,
Button item
)
Sub RemoveDialogButton (
positive As Boolean,
index As Integer,
item As Button
)
abstract RemoveDialogButton :
positive : bool *
index : int *
item : Button -> unit
Parameters
- positive
- Type: SystemBoolean
Positive or negative button. - index
- Type: SystemInt32
Current position of the button. - item
- Type: Eto.FormsButton
The button that is being removed.
See Also