Share via


BaseCompareEditorControl.StatusStripLabel Property

Gets the text label in the status strip.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property StatusStripLabel As ToolStripStatusLabel
    Get
'Usage
Dim value As ToolStripStatusLabel

value = Me.StatusStripLabel
protected virtual ToolStripStatusLabel StatusStripLabel { get; }
protected:
virtual property ToolStripStatusLabel^ StatusStripLabel {
    ToolStripStatusLabel^ get ();
}
function get StatusStripLabel () : ToolStripStatusLabel
abstract StatusStripLabel : ToolStripStatusLabel
override StatusStripLabel : ToolStripStatusLabel

Property Value

Type: System.Windows.Forms.ToolStripStatusLabel

Remarks

This is updated as the user updates the database and does comparisons.

.NET Framework Security

See Also

Reference

BaseCompareEditorControl Class

BaseCompareEditorControl Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace