Click or drag to resize

SegmentedButtonIHandler Interface

Handler interface for SegmentedButton.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ControlIHandler, 
	WidgetIHandler

The SegmentedButtonIHandler type exposes the following members.

Properties
  NameDescription
Public propertySelectedIndex
Gets or sets the index of the selected item, or -1 for no selection.
Public propertySelectedIndexes
Gets or sets the selected indexes.
Public propertySelectionMode
Gets or sets the selection mode.
Top
Methods
  NameDescription
Public methodClearItems
Clears all items from the segmented button.
Public methodClearSelection
Clears all selected items.
Public methodInsertItem
Inserts the item at the specified index.
Public methodRemoveItem
Removes the item at the specified index.
Public methodSelectAll
Selects all items when SelectionMode is set to Multiple.
Public methodSetItem
Sets the item at the specified index, replacing its existing item.
Top
See Also