DropDownIHandler Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IHandler : ListControlIHandler,
CommonControlIHandler, ControlIHandler, WidgetIHandler
Public Interface IHandler
Inherits ListControlIHandler, CommonControlIHandler, ControlIHandler, WidgetIHandler
type IHandler =
interface
interface ListControlIHandler
interface CommonControlIHandler
interface ControlIHandler
interface WidgetIHandler
end
The DropDownIHandler type exposes the following members.
Properties
| Name | Description |
---|
| ShowBorder |
Gets or sets a value indicating whether to show the control's border.
|
TopSee Also