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






Gets or sets the opacity of the Watermark when the CollapsingGroupPanel is cold.

Syntax

Visual Basic (Declaration) 
Public Property WatermarkOpacity As Integer
Visual Basic (Usage)Copy Code
Dim instance As CollapsingGroupPanel
Dim value As Integer
 
instance.WatermarkOpacity = value
 
value = instance.WatermarkOpacity
C# 
public int WatermarkOpacity {get; set;}
Delphi 
public read-write property WatermarkOpacity: Integer; 
JScript 
public function get,set WatermarkOpacity : int
Managed Extensions for C++ 
public: __property int get_WatermarkOpacity();
public: __property void set_WatermarkOpacity( 
   int value
);
C++/CLI 
public:
property int WatermarkOpacity {
   int get();
   void set (int value);
}

Return Value

An System.Int32 value this property specifies the opacity of the Watermark when the CollapsingGroupPanel is cold. The value can range from 0 to 255 where 0 is completely transparent and 255 completely opaque. The default value is 55.

Remarks

A CollapsingGroupPanel is hot if it contains the mouse cursor or one of its child controls has the input focus. If a CollapsingGroupPanel is not hot then it is cold.

The Watermark property specifies the image drawn as a watermark on the CollapsingGroupPanel. The WatermarkBounds property specifies the location and size of the Watermark. The WatermarkHotOpacity specifies the opacity of the Watermark when the CollapsingGroupPanel is hot.

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