SegmentedItem Class |
Namespace: Eto.Forms
The SegmentedItem type exposes the following members.
Name | Description | |
---|---|---|
SegmentedItem |
Initializes a new instance of the SegmentedItem class.
| |
SegmentedItem(Command) |
Initializes a new instance of the SegmentedItem class with the specified command.
|
Name | Description | |
---|---|---|
Command |
Gets or sets the command to invoke when the segmented item is pressed.
| |
CommandParameter |
Gets or sets the parameter to pass to the Command when executing or determining its CanExecute state.
| |
Enabled |
Gets or sets a value indicating whether this SegmentedItem is enabled.
| |
Image |
Gets or sets the image to display in this segment.
| |
Parent |
Gets the parent button this item belongs to.
| |
Selected |
Gets or sets a value indicating whether this SegmentedItem is selected.
| |
Text |
Gets or sets the text to display for this segment.
| |
ToolTip |
Gets or sets the ToolTip to display for this segment
| |
Visible |
Gets or sets a value indicating whether this SegmentedItem is visible.
| |
Width |
Gets or sets the width of this segment, or -1 to auto size.
|
Name | Description | |
---|---|---|
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides WidgetGetCallback.) | |
OnClick |
Raises the Click event.
| |
OnSelectedChanged |
Raises the SelectedChanged event.
|
Name | Description | |
---|---|---|
Click |
Occurs when this segment is clicked.
| |
SelectedChanged |
Occurs when this Selected property changes.
|
Name | Description | |
---|---|---|
(String to SegmentedItem) |
Implicitly converts a string to a segmented item.
| |
(Command to SegmentedItem) |
Implicitly converts a command to a segmented item.
| |
(Image to SegmentedItem) |
Implicitly converts an image to a segmented item.
|
Name | Description | |
---|---|---|
ClickEvent |
Identifier for handlers to attach the Click event.
| |
SelectedChangedEvent |
Identifier for handlers to attach the SelectedChanged event.
|