Status |
public class StatusBarService : IStatusBarService, IDisposable, IMVCController
The StatusBarService type exposes the following members.
| Name | Description | |
|---|---|---|
| StatusBarService | Initializes a new instance of the StatusBarService class. | |
| StatusBarService(IStatusBarView) | Initializes a new instance of the StatusBarService class. |
| Name | Description | |
|---|---|---|
| IsVisible | Gets or sets a value indicating whether the status bar is visible. | |
| ModelObject | Gets the model (document) that this controller manages. | |
| ViewObject | Gets or sets the GUI element that shows the model to the user. |
| Name | Description | |
|---|---|---|
| AddProgress | Shows progress for the specified progress monitor in the status bar. | |
| CreateProgressReporter | Creates a new IProgressMonitor that can be used to report progress to the status bar. | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| 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) | |
| SetCaretPosition | Updates the status bar with the current caret position. | |
| SetInsertMode | Updates the status bar to show the current insert mode. | |
| SetMessage | Sets the message shown in the left-most pane in the status bar. | |
| SetRightCornerText | Sets text that is displayed in the right corner of the status bar. This is intended for volative text, like clock time. Do not use it for static text messages. | |
| SetSelectionMulti | Updates the status bar for a rectangular multi-cell selection. | |
| SetSelectionSingle | Updates the status bar for a single continuous selection. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _isStatusBarVisible | Stores whether the status bar is currently visible. |