Click or drag to resize

DocumentPageIHandler Interface

Handler interface for the DocumentPage

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : PanelIHandler, 
	ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost

The DocumentPageIHandler type exposes the following members.

Properties
  NameDescription
Public propertyClosable
Gets or sets a value indicating whether this DocumentPageIHandler 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