Click or drag to resize

ThemedDocumentPageHandler Class

A themed handler for the DocumentPage control.
Inheritance Hierarchy
SystemObject
  EtoWidgetHandlerDocumentPage
    EtoWidgetHandlerPanel, DocumentPage
      EtoWidgetHandlerPanel, DocumentPage, ControlICallback
        Eto.FormsThemedControlHandlerPanel, DocumentPage, ControlICallback
          Eto.FormsThemedContainerHandlerPanel, DocumentPage, ControlICallback
            Eto.Forms.ThemedControlsThemedDocumentPageHandler

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ThemedDocumentPageHandler : ThemedContainerHandler<Panel, DocumentPage, ControlICallback>, 
	DocumentPageIHandler, PanelIHandler, ContainerIHandler, ControlIHandler, WidgetIHandler, 
	IContextMenuHost

The ThemedDocumentPageHandler type exposes the following members.

Constructors
  NameDescription
Public methodThemedDocumentPageHandler
Initializes a new instance of the ThemedDocumentPageHandler class.
Top
Properties
  NameDescription
Public propertyClosable
Gets or sets a value indicating whether this ThemedDocumentPageHandler is closable.
Public propertyContent
Gets or sets the content.
Public propertyContextMenu
Gets or sets the context menu.
Public propertyImage
Gets or sets the tab image.
Public propertyMinimumSize
Gets or sets the minimum size.
Public propertyPadding
Gets or sets the padding.
Public propertyPropagateLoadEvents
Gets a value indicating whether PreLoad/Load/LoadComplete/UnLoad events are propagated to the inner control
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackPropagateLoadEvents.)
Public propertyText
Gets or sets the text.
Top
See Also