Tabbed |
public class TabbedElementController : ITabbedElementViewEventSink, ITabbedElementController, IMVCAController, IMVCController, IDisposable, IApplyController
The TabbedElementController type exposes the following members.
| Name | Description | |
|---|---|---|
| TabbedElementController | Creates the controller. |
| Name | Description | |
|---|---|---|
| ModelObject | Gets the model (document) that this controller manages. | |
| TabCount | Gets the number of tabs. | |
| View | Get / sets the view of this controller. | |
| ViewObject | Gets or sets the GUI element that shows the model to the user. |
| Name | Description | |
|---|---|---|
| AddTab | Adds a tab to the controller. | |
| Apply | Called when the user input has to be applied to the document being controlled. Returns if apply is successful. | |
| BringTabToFront | Brings the specified tab to the front. | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| EhView_ActiveChildControlChanged | Handles a change of the active child control. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| RemoveTabRange | Removes a number of tab elements. | |
| Revert | Try to revert changes to the model, i.e. restores the original state of the model. | |
| SetElements | Synchronizes the tabs with the view. | |
| Tab | Gets the tab at the specified index. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _frontTabIndex | The index of the currently active front tab. |