| SegmentedItemCollectionRemoveItem Method  | 
 
            Removes the item at the specified index.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxprotected override void RemoveItem(
	int index
)
Protected Overrides Sub RemoveItem ( 
	index As Integer
)
abstract RemoveItem : 
        index : int -> unit 
override RemoveItem : 
        index : int -> unit Parameters
- index
- Type: SystemInt32
 Index to remove.
 See Also
See Also