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






Gets or sets if the stripes are drawn over the entire SuperPanel or just the client area.

Syntax

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

Return Value

A System.Boolean value, this property specifies if the stripes cover the entire SuperPanel or just the client area. If true then the stripes are only drawn to cover the client area; otherwise it is false and the stripes cover the entire SuperPanel. 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