DropDown Class |
Namespace: Eto.Forms
The DropDown type exposes the following members.
Name | Description | |
---|---|---|
![]() | ItemImageBinding |
Gets or sets the binding to get the image for each item.
|
![]() | ShowBorder |
Gets or sets a value indicating whether to show the control's border.
|
Name | Description | |
---|---|---|
![]() | GetCallback |
Gets the callback.
(Overrides ListControlGetCallback.) |
![]() | OnDropDownClosed |
Raises the DropDownClosed event
|
![]() | OnDropDownOpening |
Raises the DropDownOpening event.
|
![]() | OnFormatItem |
Raises the FormatItem event.
|
Name | Description | |
---|---|---|
![]() | DropDownClosed |
Occurs when the drop down is closed.
|
![]() | DropDownOpening |
Occurs right before the drop down is opened.
|
![]() | FormatItem |
Occurs for each item to provide formatting.
|
Name | Description | |
---|---|---|
![]() ![]() | DropDownClosedEvent |
Event identifier for handlers when attaching the DropDownClosed event.
|
![]() ![]() | DropDownOpeningEvent |
Event identifier for handlers when attaching the DropDownOpening event
|
![]() ![]() | FormatItemEvent |
Event identifier for handlers when attaching the FormatItem event.
|