DocumentControl Class |
Namespace: Eto.Forms
The DocumentControl type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentControl |
Initializes a new instance of the DocumentControl class.
|
![]() | DocumentControl(DocumentControlIHandler) |
Initializes a new instance of the DocumentControl class with the specified handler.
|
Name | Description | |
---|---|---|
![]() | AllowReordering |
Gets or sets a value indicating the tabs can be reordered.
|
![]() | Controls |
Gets an enumeration of controls that are directly contained by this container
(Overrides ContainerControls.) |
![]() | Pages |
Gets the collection of tab pages.
|
![]() | SelectedIndex |
Gets or sets the index of the selected page.
|
![]() | SelectedIndexBinding |
Gets the binding for the SelectedIndex property.
|
![]() | SelectedPage |
Gets or sets the currently selected page.
|
Name | Description | |
---|---|---|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) |
![]() | OnPageClosed |
Raises the PageClosed event.
|
![]() | OnPageReordered |
Raises the PageReordered event.
|
![]() | OnSelectedIndexChanged |
Raises the SelectedIndexChanged event.
|
![]() | Remove |
Remove the specified child from the container.
(Overrides ContainerRemove(Control).) |
Name | Description | |
---|---|---|
![]() | PageClosed |
Occurs when the DocumentPage is closed.
|
![]() | PageReordered |
Occurs when a page is reordered by the user.
|
![]() | SelectedIndexChanged |
Occurs when the SelectedIndex is changed.
|
Name | Description | |
---|---|---|
![]() ![]() | PageReorderedEvent |
Event identifier for the PageReordered event.
|