BaseCompareEditorControl.Control Property
Gets this control.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property Control As Control
Get
'Usage
Dim instance As BaseCompareEditorControl
Dim value As Control
value = instance.Control
public Control Control { get; }
public:
virtual property Control^ Control {
Control^ get () sealed;
}
final function get Control () : Control
abstract Control : Control
override Control : Control
Property Value
Type: System.Windows.Forms.Control
.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