FormItemRow Members

Include Protected Members
Include Inherited Members

Renders text in a FormItemTable.

The FormItemRow type exposes the following members.

Constructors

  Name Description
Public method FormItemRow Initializes a new instance of the FormItemRow class.

Top

Properties

  Name Description
Public property ImageUrl2FileContext Gets or sets the ResourceFileContext of the file for the second image that is shown to the right of the first image.
Public property ImageUrl2FileName Gets or sets the URL for the second image that is shown to the right of the first image.
Public property ImageUrlFileContext Gets or sets the ResourceFileContext of the file for the first image that is shown on the left side of the row.
Public property ImageUrlFileName Gets or sets the URL for the first image that is shown on the left side of the row.
Public property Img2Width Gets or sets the width of the second image, which is specified by the ImageUrl2 field.
Public property Indentation Gets or sets a value indicating that the form item row will be indented.
Public property hrefFileContext Gets or sets the ResourceFileContext for the page to which the user is navigated.
Public property hrefFileName Gets or sets the URL for the page to which the user is navigated.
Public property Text Gets or sets the text shown in the form item row.
Public property TextClass Gets or sets the string that represents the cascading style sheets (CSS) class used for this form item row.
Public property TextLocId Gets or sets the localized version of Text.
Public property TextLocIdNum Gets or sets the localization ID for Text.

Top

Methods

  Name Description
Protected method Render Renders the control to the specified HtmlTextWriter. (Overrides Control.Render(HtmlTextWriter).)

Top

Fields

  Name Description
Protected field ImageUrl Specifies the first image URL, which is displayed on the left side of the row.
Protected field ImageUrl2 Specifies the second image URL, which is displayed to the right of ImageUrl.
Protected field href Specifies the URL of the page to navigate to when the text of the item row is clicked.

Top

See Also

Reference

FormItemRow Class

Microsoft.SharePoint.Portal.WebControls Namespace