SegmentedItemParent Property |
Gets the parent button this item belongs to.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public SegmentedButton Parent { get; }
Public ReadOnly Property Parent As SegmentedButton
Get
member Parent : SegmentedButton with get
Property Value
Type:
SegmentedButtonThe parent control.
Remarks
Note this is only set after adding your item to the
Items collection.
See Also