DocumentPageIHandler Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IHandler : PanelIHandler,
ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost
Public Interface IHandler
Inherits PanelIHandler, ContainerIHandler, ControlIHandler, WidgetIHandler,
IContextMenuHost
type IHandler =
interface
interface PanelIHandler
interface ContainerIHandler
interface ControlIHandler
interface WidgetIHandler
interface IContextMenuHost
end
The DocumentPageIHandler type exposes the following members.
Properties
| Name | Description |
---|
| Closable |
Gets or sets a value indicating whether this DocumentPageIHandler is closable.
|
| Image |
Gets or sets the image of the page.
|
| Text |
Gets or sets the title text of the page.
|
TopSee Also