Click or drag to resize

ThemedDocumentControlHandler Class

A themed handler for the DocumentControl control.
Inheritance Hierarchy
SystemObject
  EtoWidgetHandlerDocumentControl
    EtoWidgetHandlerTableLayout, DocumentControl
      EtoWidgetHandlerTableLayout, DocumentControl, DocumentControlICallback
        Eto.FormsThemedControlHandlerTableLayout, DocumentControl, DocumentControlICallback
          Eto.FormsThemedContainerHandlerTableLayout, DocumentControl, DocumentControlICallback
            Eto.Forms.ThemedControlsThemedDocumentControlHandler

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ThemedDocumentControlHandler : ThemedContainerHandler<TableLayout, DocumentControl, DocumentControlICallback>, 
	DocumentControlIHandler, ContainerIHandler, ControlIHandler, WidgetIHandler

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 ThemedControlHandlerTControl, TWidget, TCallbackEnabled.)
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