Click or drag to resize
AlertLabel Properties

The AlertLabel type exposes the following members.

Properties
  NameDescription
Public propertyAlertType
Indicates whether the alert should render as error, warning or information panel.
Public propertyLabelClientID
Returns the client ID of the label element.
Public propertyResourceString
Name of a resource string used for text. Property Text has higher priority.
Protected propertyTagKey
Gets the HTML tag that is used to render the Label control.
(Overrides LabelTagKey.)
Public propertyVisible
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Overrides ControlVisible.)
Top
See Also