Click or drag to resize

ThemedDocumentControlHandler Class

A themed handler for the DocumentControl control.
Inheritance Hierarchy
System.Object
  Eto.WidgetHandler<DocumentControl>
    Eto.WidgetHandler<TableLayout, DocumentControl>
      Eto.WidgetHandler<TableLayout, DocumentControl, DocumentControl.ICallback>
        Eto.Forms.ThemedControlHandler<TableLayout, DocumentControl, DocumentControl.ICallback>
          Eto.Forms.ThemedContainerHandler<TableLayout, DocumentControl, DocumentControl.ICallback>
            Eto.Forms.ThemedControls.ThemedDocumentControlHandler

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ThemedDocumentControlHandler : ThemedContainerHandler<TableLayout, DocumentControl, DocumentControl.ICallback>, 
	DocumentControl.IHandler, Container.IHandler, Control.IHandler, Widget.IHandler

The ThemedDocumentControlHandler type exposes the following members.

Constructors
  NameDescription
Public methodThemedDocumentControlHandler
Initializes a new instance of the ThemedDocumentControlHandler class.
Top
Properties
  NameDescription
Public propertyAllowReordering
Gets or sets a value indicating whether to allow page reordering.
Public propertyEnabled
Gets or sets a value indicating whether this control is enabled
(Overrides ThemedControlHandler<TControl, TWidget, TCallback>.Enabled.)
Public propertyFont
Gets or sets the font for the tab text.
Public propertySelectedIndex
Gets or sets the index of the selected.
Public propertyTabPadding
Gets or sets the padding inside each tab around the text.
Top
Methods
See Also