DocumentPage.IHandler Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic interface IHandler : Panel.IHandler,
Container.IHandler, Control.IHandler, Widget.IHandler, IContextMenuHost
Public Interface IHandler
Inherits Panel.IHandler, Container.IHandler, Control.IHandler, Widget.IHandler,
IContextMenuHost
type IHandler =
interface
interface Panel.IHandler
interface Container.IHandler
interface Control.IHandler
interface Widget.IHandler
interface IContextMenuHost
end
The DocumentPage.IHandler type exposes the following members.
Properties
| Name | Description |
---|
 | Closable |
Gets or sets a value indicating whether this DocumentPage.IHandler is closable.
|
 | Image |
Gets or sets the image of the page.
|
 | Text |
Gets or sets the title text of the page.
|
Top
See Also