ContainerBase.Watermark Property

Gets and sets the watermark for the tool window.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Protected Property Watermark As Label
'使用
Dim value As Label

value = Me.Watermark

Me.Watermark = value
protected Label Watermark { get; set; }
protected:
property Label^ Watermark {
    Label^ get ();
    void set (Label^ value);
}
protected function get Watermark () : Label
protected function set Watermark (value : Label)

Property Value

Type: System.Windows.Forms.Label

The watermark for the tool window.

Permissions

See Also

Reference

ContainerBase Class

ContainerBase Members

Microsoft.VisualStudio.Modeling.Shell Namespace