Share via


BaseCompareEditorControl.StatusStrip Property

Gets 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 StatusStrip As ToolStrip
    Get
'Usage
Dim value As ToolStrip

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

Property Value

Type: System.Windows.Forms.ToolStrip

.NET Framework Security

See Also

Reference

BaseCompareEditorControl Class

BaseCompareEditorControl Members

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