Click or drag to resize

DocumentPage Class

Control for a page in a DocumentControl
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class DocumentPage : Panel

The DocumentPage type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyClosable
Gets or sets a value indicating whether this DocumentPage is closable.
Public propertyImage
Gets or sets the image of the page.
Public propertyText
Gets or sets the title text of the page.
Top
Methods
  NameDescription
Protected methodOnClick
Raises the Click event.
Protected methodOnClose
Raises the Closed event.
Top
Events
  NameDescription
Public eventClick
Occurs when the tab is clicked to select it.
Public eventClosed
Occurs when the tab is closed.
Top
See Also