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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
BaseCompareEditorControl Class
BaseCompareEditorControl Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace