Click or drag to resize

Overlay Class

Represents an infobar.
Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.ControlsOverlay

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("Text")]
public class Overlay : Control

The Overlay type exposes the following members.

Constructors
  NameDescription
Public methodOverlay
Initializes a new instance of the Overlay class
Top
Properties
  NameDescription
Public propertyMessage
Message to display.
Public propertyShowWaitAnimation
Show close button in title bar.
Top
Methods
  NameDescription
Protected methodControl_OnLoad
Handles overlay "OnLoad" event.
Protected methodRender
Renders overlay.
Top
Remarks