Click or drag to resize

Infobar Class

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

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

The Infobar type exposes the following members.

Constructors
  NameDescription
Public methodInfobar
Initializes a new instance of the Infobar class
Top
Properties
  NameDescription
Public propertyAction Obsolete.
Javascript action when clicking the infobar.
Public propertyCssClass
Public propertyDisplayType
Type of message.
Public propertyImagePath
Path of icon used - can be used to overwrite the built-in icons in the Type property
Public propertyMessage
Message to display.
Public propertyOnClientClick
Javascript action when clicking the infobar.
Public propertyTitle
Tooltip to display when mouse is over infobar.
Public propertyTranslateMessage
Gets or sets value indicating whether to automatically translate the message.
Public propertyType Obsolete.
Public propertyUseInlineStyles
Path of icon used - can be used to overwrite the built-in icons in the Type property
Top
Methods
  NameDescription
Protected methodRender
Renders infobar.
Top
Remarks