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






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

Syntax

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

Return Value

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

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 WatermarkOpacity determines the opacity of the Watermark when the CollapsingGroupPanel is cold.

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