System.Web.UI.WebControls.ImageField: Method Members

The methods of System.Web.UI.WebControls.ImageField are listed below. For a list of all members, see the ImageField Members list.

See Also: Inherited members from System.Web.UI.WebControls.DataControlField

Public Methods

override
ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary, DataControlFieldCell, DataControlRowState, bool)

Fills the specified System.Collections.Specialized.IOrderedDictionary object with the values from the specified System.Web.UI.WebControls.DataControlFieldCell object.

override
Initialize(bool, System.Web.UI.Control) : bool

Initializes the System.Web.UI.WebControls.ImageField object.

override
InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)

Initializes the specified System.Web.UI.WebControls.DataControlFieldCell object with the specified cell type, row state, and row index.

override
ValidateSupportsCallback()

Determines whether the controls contained in an System.Web.UI.WebControls.ImageField object support callbacks.

Protected Methods

override
CopyProperties(DataControlField)

Copies the properties of the current System.Web.UI.WebControls.ImageField object to the specified object.

override
CreateField() : DataControlField

Returns a new instance of the System.Web.UI.WebControls.ImageField class.

FormatImageUrlValue(object) : string

Applies the format specified by the ImageField.DataImageUrlFormatString property to a field value.

GetDesignTimeValue() : string

Retrieves the value used for a field's value when rendering the System.Web.UI.WebControls.ImageField object in a designer.

GetFormattedAlternateText(System.Web.UI.Control) : string

Applies the format specified by the ImageField.DataAlternateTextFormatString property to the alternate text value contained in the specified System.Web.UI.Control object.

GetValue(System.Web.UI.Control, string, ref System.ComponentModel.PropertyDescriptor) : object
Documentation for this section has not yet been entered.
InitializeDataCell(DataControlFieldCell, DataControlRowState)

Initializes the specified System.Web.UI.WebControls.DataControlFieldCell object with the specified row state.

OnDataBindField(object, EventArgs)

Binds the value of a field to the System.Web.UI.WebControls.ImageField object.