ICreate.Controls.Bars Send comments on this topic.
LockWatermark Property
See Also 
ICreate.Controls.Bars Namespace > SuperPanel Class : LockWatermark Property






Gets or sets if the Watermark can be dragged and resized on the designer surface.

Syntax

Visual Basic (Declaration) 
Public Property LockWatermark As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
Dim value As Boolean
 
instance.LockWatermark = value
 
value = instance.LockWatermark
C# 
public bool LockWatermark {get; set;}
Delphi 
public read-write property LockWatermark: Boolean; 
JScript 
public function get,set LockWatermark : boolean
Managed Extensions for C++ 
public: __property bool get_LockWatermark();
public: __property void set_LockWatermark( 
   bool value
);
C++/CLI 
public:
property bool LockWatermark {
   bool get();
   void set (bool value);
}

Return Value

A System.Boolean value, this property specifies if the Watermark can be dragged and resized on the designer surface. If true then the Watermark can be dragged and resized, otherwise it is false and the Watermark cannot be dragged or resized. The default value is false.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also