SegmentedButtonIHandlerRemoveItem Method  | 
 
            Removes the item at the specified index.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxvoid RemoveItem(
	int index,
	SegmentedItem item
)
Sub RemoveItem ( 
	index As Integer,
	item As SegmentedItem
)
abstract RemoveItem : 
        index : int * 
        item : SegmentedItem -> unit 
Parameters
- index
 - Type: SystemInt32
Index to remove. - item
 - Type: Eto.FormsSegmentedItem
Item that is being removed. 
See Also