BaseCompareEditorControl.ShowWatermark Method
Shows or hides the watermark.
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 Sub ShowWatermark ( _
show As Boolean _
)
'Usage
Dim show As Boolean
Me.ShowWatermark(show)
protected virtual void ShowWatermark(
bool show
)
protected:
virtual void ShowWatermark(
bool show
)
protected function ShowWatermark(
show : boolean
)
abstract ShowWatermark :
show:bool -> unit
override ShowWatermark :
show:bool -> unit
Parameters
- show
Type: System.Boolean
Specifies whether to show the watermark
Remarks
Specifying false hides the watermark and shows the rest of the controls.
.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