DBStatusBar Members
Include Protected Members
Include Inherited Members
Wraps the Visual Studio status bar access to make certain that only one VSTSDB activity is represented at one time.
The DBStatusBar type exposes the following members.
Methods
Name | Description | |
---|---|---|
Animation | Controls the animation of the icon in the status bar. | |
Clear | Clears the status bar. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
FreezeOutput | Stops updates to the status text area. | |
GetFreezeCount | Returns the number of freeze holds on the status bar. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetText | Gets the status bar text. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsCurrentUser | Gets whether the specified user is the current user. | |
IsFrozen | Gets the freeze state of the status bar. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Progress | Overloaded. Shows the progress of operations. | |
ReleaseOwnership | Releases ownership of the status bar. | |
SetColorText | Sets the status bar text and specifies foreground and background colors. | |
SetInsMode | Sets the insertion mode. | |
SetLineChar | Sets the line number and character position. | |
SetLineColChar | Sets the line number, column number and character position. | |
SetSelMode | Sets the block or stream selection mode of the editor in the status bar. | |
SetText | Sets the status bar text. | |
SetXYWH | Displays the (x,y) position and the width and height of the current graphics box. | |
TakeOwnership | Takes ownership of the status bar. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Instance | Gets our one instance of this class. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace