Share via


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
Public method Animation Controls the animation of the icon in the status bar.
Public method Clear Clears the status bar.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method FreezeOutput Stops updates to the status text area.
Public method GetFreezeCount Returns the number of freeze holds on the status bar.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetText Gets the status bar text.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsCurrentUser Gets whether the specified user is the current user.
Public method IsFrozen Gets the freeze state of the status bar.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Progress Overloaded. Shows the progress of operations.
Public method ReleaseOwnership Releases ownership of the status bar.
Public method SetColorText Sets the status bar text and specifies foreground and background colors.
Public method SetInsMode Sets the insertion mode.
Public method SetLineChar Sets the line number and character position.
Public method SetLineColChar Sets the line number, column number and character position.
Public method SetSelMode Sets the block or stream selection mode of the editor in the status bar.
Public method SetText Sets the status bar text.
Public method SetXYWH Displays the (x,y) position and the width and height of the current graphics box.
Public method TakeOwnership Takes ownership of the status bar.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public propertyStatic member Instance Gets our one instance of this class.

Top

See Also

Reference

DBStatusBar Class

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace