Click or drag to resize

DocumentPage.IHandler Interface

Handler interface for the DocumentPage

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : Panel.IHandler, 
	Container.IHandler, Control.IHandler, Widget.IHandler, IContextMenuHost

The DocumentPage.IHandler type exposes the following members.

Properties
  NameDescription
Public propertyClosable
Gets or sets a value indicating whether this DocumentPage.IHandler is closable.
Public propertyImage
Gets or sets the image of the page.
Public propertyText
Gets or sets the title text of the page.
Top
See Also