RadioToolItemIHandler Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IHandler : ToolItemIHandler,
ToolIHandler, WidgetIHandler
Public Interface IHandler
Inherits ToolItemIHandler, ToolIHandler, WidgetIHandler
type IHandler =
interface
interface ToolItemIHandler
interface ToolIHandler
interface WidgetIHandler
end
The RadioToolItemIHandler type exposes the following members.
Properties
| Name | Description |
---|
| Checked |
Gets or sets a value indicating whether this item is checked.
|
TopSee Also