ICreate.Controls.Bars Send comments on this topic.
SuperPanel Class
See Also  Members  
ICreate.Controls.Bars Namespace : SuperPanel Class






SuperPanel is an enhanced version of the standard Panel. The enhancements include a gradient background, title, stripes, animated image, static image and watermark.

Object Model









Syntax

Visual Basic (Declaration) 
Public Class SuperPanel 
   Inherits Panel
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
C# 
public class SuperPanel : Panel 
Delphi 
public class SuperPanel = class(Panel)
JScript 
public class SuperPanel extends Panel
Managed Extensions for C++ 
public __gc class SuperPanel : public Panel 
C++/CLI 
public ref class SuperPanel : public Panel 

Remarks

SuperPanel is an enhanced version of the standard Panel. SuperPanel has a Background which can be Solid or Faded. The Color and Opacity of the Background can be specified. If the background is faded then the FadeColor, FadeDirection, FadeLocation and FadeGradient can be specified. The Edge of the SuperPanel can be Flat, Raised or Lowered.

A Border can be drawn on the surface of the SuperPanel. The Border can be Raised, Lowered or Flat. The BorderColor and BorderWidth can be specified. The client area of the SuperPanel is the area contained within the BorderClientMargin specifies the distance from the side of the SuperPanel to the Border and client area. The ClientBackground specifies the colour of the client area background. The ClientBackground can also be Solid or Faded.

SuperPanel can include a title. The title is drawn along the border of the SuperPanel. TitlePosition specifies the position of the title. TitleText specifies the text for the title, and TitleFont the font used to draw the title. TitleBackground defines the background of the title and TitleRounding the radius of the corners of the border surrounding the title.

Stripes can be drawn on the surface of the SuperPanel. The Stripes can be vertical, horizontal, diagonal from bottom left to top right or diagonal from top left to bottom right. StripeOrientation determines the orientation of the Stripes. The width and space between the stripes are controlled using the StripeWidth and StripeSpace properties.

The SuperPanel can display an AnimationImage and Watermark. Use the AnimationOpacity property to specify the opacity of the animated image, AnimationSpeed to specify the duration between frames of the animation, and WatermarkOpacity to specify the opacity of the Watermark.

 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.Panel
                  ICreate.Controls.Bars.SuperPanel

Requirements

Namespace: ICreate.Controls.Bars

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

Assembly: ICreate.Controls.Bars (in ICreate.Controls.Bars.dll)

See Also